Updates esp devices (firmware) in HA directly

Hi
I’ve got a quick question, I’m using a couple of ESP devices in Esphome and would like to see updates in Home Assistant. so to update the firmware of the ESP’s in Home Assistant directly.
is that even possible?

how my code looks like:

esphome:
  name: esptemp
  friendly_name: ESPtemp

esp32:
  board: esp32dev
  framework:
    type: arduino

logger:

api:
  encryption:
    key: "xxx"

ota:
  - platform: esphome

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

captive_portal:

sensor:
  - platform: dht
    pin: 18
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"
    update_interval: 60s

You mean like this?

No I mean an update from a configured esp device.
Now I only see updates when I open my esphome instance
I would like to get a notification in home assistant or popup at least