GPIO 10 added to thread device 1
This commit is contained in:
@@ -50,13 +50,21 @@ text_sensor:
|
||||
ext_pan_id:
|
||||
name: "Thread Extended PAN ID"
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
rgb_order: GRB
|
||||
pin: GPIO08
|
||||
num_leds: 1
|
||||
chipset: ws2812
|
||||
name: "Onboard LED"
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: GPIO10
|
||||
mode: INPUT_PULLUP
|
||||
inverted: true
|
||||
name: "GPIO10"
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
rgb_order: GRB
|
||||
pin: GPIO08
|
||||
num_leds: 1
|
||||
chipset: ws2812
|
||||
name: "Onboard LED"
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
Reference in New Issue
Block a user