Mercurial > code > home > repos > homeauto
annotate service/espNode/esp8266_nightlight.yaml @ 1462:2b29f14eb6bd
try new graph+view widget
Ignore-this: d5f9c5dc52f04324368716ba2f604fdb
darcs-hash:44e85a5c075ef73c34a58deaa3a3c1e8390dae52
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 24 Nov 2019 00:01:00 -0800 |
parents | 5e8f1fcfbc79 |
children |
rev | line source |
---|---|
1399 | 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: |