annotate espNode/nightlight_ari.yaml @ 1737:c480732442ec

reformat
author drewp@bigasterisk.com
date Fri, 01 Sep 2023 17:10:47 -0700
parents bc3516d02762
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
773
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
1 esphome:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
2 name: nightlight_ari
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
3 platform: esp8266
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
4 board: esp12e
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
5 build_path: build
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
6
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
7 wifi:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
8 ssid: !secret wifi_ssid
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
9 password: !secret wifi_password
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
10 use_address: 10.2.0.96
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
11 # domain: '.bigasterisk.com'
596
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
12
773
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
13 mqtt:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
14 broker: '10.2.0.1'
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
15 port: 1883
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
16 username: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
17 password: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
18
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
19 logger:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
20 baud_rate: 115200
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
21 level: INFO
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
22
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
23 ota:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
24
596
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
25
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
26 dallas:
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
27 - pin: GPIO5
773
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
28 update_interval: 10s
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents: 726
diff changeset
29
596
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
30 sensor:
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
31 - platform: dallas
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
32 index: 0
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
33 name: temperature
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
34
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
35 light:
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
36 - platform: fastled_clockless
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
37 chipset: WS2812B
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
38 pin: GPIO4
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
39 num_leds: 16
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
40 rgb_order: GRB
a56bc73d308c espNode code
drewp@bigasterisk.com
parents:
diff changeset
41 name: "rgb16"