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