Mercurial > code > home > repos > homeauto
annotate espNode/esp8266_nightlight.yaml @ 773:bc3516d02762
old changes in espNode
Ignore-this: cbdcaf859b465e76c2c98e0d4510a1d3
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Jun 2020 14:05:12 -0700 |
parents | b14020802f8a |
children |
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 | |
773 | 11 use_address: ${wifi_addr} |
12 domain: '.bigasterisk.com' | |
596 | 13 |
14 mqtt: | |
15 broker: '10.2.0.1' | |
16 port: 1883 | |
17 username: '' | |
18 password: '' | |
19 | |
20 logger: | |
21 baud_rate: 115200 | |
773 | 22 level: INFO |
596 | 23 |
24 ota: |