laundry esphome migration
This commit is contained in:
30
esphome/archive/downstairs-bathroom-towelrail.yaml
Normal file
30
esphome/archive/downstairs-bathroom-towelrail.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
esphome:
|
||||
name: downstairs-bathroom-towelrail
|
||||
friendly_name: Downstairs Bathroom Towelrail
|
||||
|
||||
esp8266:
|
||||
board: esp01_1m
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "LQNFgCf7ZydoK09V22GidNeAJSlFbbHk6rny0UHv/fQ="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "0a368f636bbb37d7195e93edac50f44b"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Downstairs-Bathroom-Towelrail"
|
||||
password: "kOc1t2CEXxgo"
|
||||
|
||||
captive_portal:
|
||||
|
Reference in New Issue
Block a user