comparison service/espNode/esp8266_nightlight.yaml @ 1399:5e8f1fcfbc79

espNode code Ignore-this: 443d950518d808c2df1ade5935100e38 darcs-hash:8b1578b54f047b19e49d445943c1f6ba695c38c2
author drewp <drewp@bigasterisk.com>
date Sun, 07 Jul 2019 11:23:48 -0700
parents
children
comparison
equal deleted inserted replaced
1398:53d7168bbe4c 1399:5e8f1fcfbc79
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: