From 290f4831779b736b3707cbf3d590fb68890320f9 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 23 Oct 2025 09:59:55 +0200 Subject: move to GPIOxy rather then Dx pin identifier --- esphome/config/3dprinter-led.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'esphome/config/3dprinter-led.yaml') 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: type: GRBW variant: SK6812 num_leds: 35 - pin: D4 # GPIO2 + pin: GPIO2 # D4 method: type: esp8266_uart bus: 1 @@ -68,7 +68,7 @@ output: - platform: gpio id: unused_gpio0 pin: - number: D3 # GPIO0 + number: GPIO0 # D3 mode: INPUT_PULLUP - platform: gpio id: unused_gpio1 @@ -83,35 +83,35 @@ output: - platform: gpio id: unused_gpio4 pin: - number: D2 # GPIO4 + number: GPIO4 # D2 mode: INPUT_PULLUP - platform: gpio id: unused_gpio5 pin: - number: D1 # GPIO5 + number: GPIO5 # D1 mode: INPUT_PULLUP - platform: gpio id: unused_gpio12 pin: - number: D6 # GPIO12 + number: GPIO12 # D6 mode: INPUT_PULLUP - platform: gpio id: unused_gpio13 pin: - number: D7 # GPIO13 + number: GPIO13 # D7 mode: INPUT_PULLUP - platform: gpio id: unused_gpio14 pin: - number: D5 # GPIO14 + number: GPIO14 # D5 mode: INPUT_PULLUP - platform: gpio id: unused_gpio15 pin: - number: D8 # GPIO15 + number: GPIO15 # D8 mode: INPUT_PULLUP - platform: gpio id: unused_gpio16 pin: - number: D0 # GPIO16 + number: GPIO16 # D0 mode: INPUT_PULLDOWN -- cgit v1.2.3