summaryrefslogtreecommitdiffstats
path: root/esphome/config/3dprinter-led.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'esphome/config/3dprinter-led.yaml')
-rw-r--r--esphome/config/3dprinter-led.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/esphome/config/3dprinter-led.yaml b/esphome/config/3dprinter-led.yaml
index 16cc43d..16576a2 100644
--- a/esphome/config/3dprinter-led.yaml
+++ b/esphome/config/3dprinter-led.yaml
@@ -58,7 +58,7 @@ light:
58 type: GRBW 58 type: GRBW
59 variant: SK6812 59 variant: SK6812
60 num_leds: 35 60 num_leds: 35
61 pin: D4 # GPIO2 61 pin: GPIO2 # D4
62 method: 62 method:
63 type: esp8266_uart 63 type: esp8266_uart
64 bus: 1 64 bus: 1
@@ -68,7 +68,7 @@ output:
68 - platform: gpio 68 - platform: gpio
69 id: unused_gpio0 69 id: unused_gpio0
70 pin: 70 pin:
71 number: D3 # GPIO0 71 number: GPIO0 # D3
72 mode: INPUT_PULLUP 72 mode: INPUT_PULLUP
73 - platform: gpio 73 - platform: gpio
74 id: unused_gpio1 74 id: unused_gpio1
@@ -83,35 +83,35 @@ output:
83 - platform: gpio 83 - platform: gpio
84 id: unused_gpio4 84 id: unused_gpio4
85 pin: 85 pin:
86 number: D2 # GPIO4 86 number: GPIO4 # D2
87 mode: INPUT_PULLUP 87 mode: INPUT_PULLUP
88 - platform: gpio 88 - platform: gpio
89 id: unused_gpio5 89 id: unused_gpio5
90 pin: 90 pin:
91 number: D1 # GPIO5 91 number: GPIO5 # D1
92 mode: INPUT_PULLUP 92 mode: INPUT_PULLUP
93 - platform: gpio 93 - platform: gpio
94 id: unused_gpio12 94 id: unused_gpio12
95 pin: 95 pin:
96 number: D6 # GPIO12 96 number: GPIO12 # D6
97 mode: INPUT_PULLUP 97 mode: INPUT_PULLUP
98 - platform: gpio 98 - platform: gpio
99 id: unused_gpio13 99 id: unused_gpio13
100 pin: 100 pin:
101 number: D7 # GPIO13 101 number: GPIO13 # D7
102 mode: INPUT_PULLUP 102 mode: INPUT_PULLUP
103 - platform: gpio 103 - platform: gpio
104 id: unused_gpio14 104 id: unused_gpio14
105 pin: 105 pin:
106 number: D5 # GPIO14 106 number: GPIO14 # D5
107 mode: INPUT_PULLUP 107 mode: INPUT_PULLUP
108 - platform: gpio 108 - platform: gpio
109 id: unused_gpio15 109 id: unused_gpio15
110 pin: 110 pin:
111 number: D8 # GPIO15 111 number: GPIO15 # D8
112 mode: INPUT_PULLUP 112 mode: INPUT_PULLUP
113 - platform: gpio 113 - platform: gpio
114 id: unused_gpio16 114 id: unused_gpio16
115 pin: 115 pin:
116 number: D0 # GPIO16 116 number: GPIO16 # D0
117 mode: INPUT_PULLDOWN 117 mode: INPUT_PULLDOWN