126 shaares
2 private links
2 private links
I am using a D1 Mini with a DFPlayer Mini for audio announcements. This is my ESP Home setup: esphome: name: d1-mini-speaker esp8266: board: d1_mini # Enable logging logger: ota: password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" wifi: networks: - ssid: !secret wifi password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "D1-Mini-Speaker Fallback Hotspot" password: "xxxxxxxxxxxx" captive_portal: uart: t...