From f5527a0c3ef1df76a58ad007ee1dc2b9903a02c2 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Mon, 2 Feb 2026 23:25:57 +0100 Subject: [PATCH] GPIO 10 added to thread device 1 --- thread-device-1.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/thread-device-1.yaml b/thread-device-1.yaml index 9f3be42..27411d7 100644 --- a/thread-device-1.yaml +++ b/thread-device-1.yaml @@ -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