Mercurial > code > home > repos > homeauto
annotate espNode/esp8266_nightlight.yaml @ 1754:92999dfbf321 default tip
add shelly support
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2024 13:03:43 -0700 |
parents | bc3516d02762 |
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: |