Mercurial > code > home > repos > homeauto
annotate 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 |
rev | line source |
---|---|
596 | 1 esphome: |
2 name: nightlight_${location} | |
3 platform: esp8266 | |
4 board: ${board} | |
5 # or esp12e | |
6 build_path: build | |
7 | |
8 wifi: | |
9 ssid: !secret wifi_ssid | |
10 password: !secret wifi_password | |
11 domain: '' | |
12 | |
13 mqtt: | |
14 broker: '10.2.0.1' | |
15 port: 1883 | |
16 username: '' | |
17 password: '' | |
18 | |
19 logger: | |
20 baud_rate: 115200 | |
21 level: DEBUG | |
22 | |
23 ota: |