laundry esphome migration
This commit is contained in:
30
esphome/archive/downstairs-kitchen-lights.yaml
Normal file
30
esphome/archive/downstairs-kitchen-lights.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
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:
|
||||
|
Reference in New Issue
Block a user