24 lines
364 B
Plaintext
24 lines
364 B
Plaintext
esphome:
|
|
name: rack_3_duct_fan_pwr
|
|
platform: ESP8266
|
|
board: esp01_1m
|
|
|
|
wifi:
|
|
ssid: "kungle-ot"
|
|
password: "ThingsWelcomeToKungle"
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Rack 3 Duct Fan Pwr"
|
|
password: "sbIiBVpW39Zb"
|
|
|
|
captive_portal:
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
|
|
ota:
|