Mercurial > code > home > repos > homeauto
diff espNode/esp8266_nightlight.yaml @ 726:b14020802f8a
espNode was not a service; move it to top dir
Ignore-this: 3a46fb9f4d09a046dcc30ec838923d69
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Feb 2020 16:43:46 -0800 |
parents | service/espNode/esp8266_nightlight.yaml@a56bc73d308c |
children | bc3516d02762 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/espNode/esp8266_nightlight.yaml Wed Feb 05 16:43:46 2020 -0800 @@ -0,0 +1,23 @@ +esphome: + name: nightlight_${location} + platform: esp8266 + board: ${board} + # or esp12e + build_path: build + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + domain: '' + +mqtt: + broker: '10.2.0.1' + port: 1883 + username: '' + password: '' + +logger: + baud_rate: 115200 + level: DEBUG + +ota: