20 lines
303 B
YAML
20 lines
303 B
YAML
esphome:
|
|
name: "${node_name}"
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
password: !secret api_password
|
|
encryption:
|
|
key: !secret api_key
|
|
|
|
ota:
|
|
password: !secret ota_password
|
|
|
|
wifi:
|
|
ssid: "CMS-HVAC"
|
|
password: !secret wifi_password
|
|
domain: .hvac.claremontmakerspace.org
|