esphome: name: esphome-web-bc7544 friendly_name: adafruit_huzzah_32_001 esp32: board: featheresp32 # Enable logging logger: sensor: - platform: dht pin: GPIO23 model: AM2302 temperature: name: "Living Room Temperature" humidity: name: "Living Room Humidity" update_interval: 60s # Enable Home Assistant API api: encryption: key: "xxxxxxxxxxxxxxxxxx" ota: wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "xxxxxxxxx" password: "xxxxxxxx" captive_portal: