30 lines
570 B
YAML
30 lines
570 B
YAML
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:
|
|
|