30 lines
520 B
YAML
30 lines
520 B
YAML
|
|
esphome:
|
||
|
|
name: led3xdrv
|
||
|
|
friendly_name: Led 3x
|
||
|
|
|
||
|
|
esp8266:
|
||
|
|
board: esp12e
|
||
|
|
|
||
|
|
# Enable logging
|
||
|
|
logger:
|
||
|
|
|
||
|
|
# Enable Home Assistant API
|
||
|
|
api:
|
||
|
|
encryption:
|
||
|
|
key: "qHvgYr1RgkorYHuCq5kaolpW8Og8TUcV3YZH0KE8ndk="
|
||
|
|
|
||
|
|
ota:
|
||
|
|
- platform: esphome
|
||
|
|
password: "d1e7d153acd8591234576da1844f822f"
|
||
|
|
|
||
|
|
wifi:
|
||
|
|
ssid: !secret wifi_ssid
|
||
|
|
password: !secret wifi_password
|
||
|
|
|
||
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||
|
|
ap:
|
||
|
|
ssid: "Led3Xdrv Fallback Hotspot"
|
||
|
|
password: "gtsVxHfDKMMR"
|
||
|
|
|
||
|
|
captive_portal:
|
||
|
|
|