annotate espNode/bed_bar_asher.yaml @ 1702:ac1ae0c21bb0

formatting
author drewp@bigasterisk.com
date Sat, 23 Oct 2021 13:14:07 -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:
diff changeset
1 esphome:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
2 name: bed_bar_asher
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
3 platform: esp8266
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
4 board: esp12e
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
5 build_path: build
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
6
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
7 wifi:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
8 ssid: !secret wifi_ssid
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
9 password: !secret wifi_password
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
10 domain: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
11 use_address: 10.2.0.36
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
12
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
13 logger:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
14 baud_rate: 115200
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
15 level: DEBUG
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
16
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
17 ota:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
18
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
19 mqtt:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
20 broker: '10.2.0.1'
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
21 port: 1883
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
22 username: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
23 password: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
24
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
25 light:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
26 - platform: fastled_clockless
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
27 chipset: WS2812B
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
28 pin: GPIO14
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
29 num_leds: 38
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
30 rgb_order: GRB
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
31 name: "strip"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
32
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
33 binary_sensor:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
34 - platform: gpio
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
35 name: "button 1"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
36 pin:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
37 number: GPIO12
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
38 mode: INPUT_PULLUP
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
39 inverted: True
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
40 filters:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
41 - delayed_off: 10ms
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
42 - platform: gpio
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
43 name: "button 2"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
44 pin:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
45 number: GPIO10
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
46 mode: INPUT_PULLUP
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
47 inverted: True
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
48 filters:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
49 - delayed_off: 10ms
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
50 - platform: gpio
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
51 name: "button 3"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
52 pin:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
53 number: GPIO5
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
54 mode: INPUT_PULLUP
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
55 inverted: True
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
56 filters:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
57 - delayed_off: 10ms
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
58 - platform: gpio
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
59 name: "button 4"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
60 pin:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
61 number: GPIO4
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
62 mode: INPUT_PULLUP
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
63 inverted: True
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
64 filters:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
65 - delayed_off: 10ms
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
66