30 lines
558 B
YAML
30 lines
558 B
YAML
esphome:
|
|
name: downstairs-kitchen-lights
|
|
friendly_name: Downstairs Kitchen Lights
|
|
|
|
esp8266:
|
|
board: esp01_1m
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: "/ZwmBVlWvNzvYBgg7l7kt/gegaUxbej0Qg0CRyl5M/I="
|
|
|
|
ota:
|
|
- platform: esphome
|
|
password: "b692f015ebcd06236fd2a805050e32df"
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Downstairs-Kitchen-Lights"
|
|
password: "cAFaKcl5z7I2"
|
|
|
|
captive_portal:
|
|
|