diff options
| author | manuel <manuel@mausz.at> | 2025-10-23 09:59:55 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2025-10-23 09:59:55 +0200 |
| commit | 290f4831779b736b3707cbf3d590fb68890320f9 (patch) | |
| tree | 72da704c3b8ad57b72f4c8d4785d57fd5dcafab4 /esphome/config/couchlight.yaml | |
| parent | 8be1017d4abd2de2f67e3eac856991ded85e6d6d (diff) | |
| download | arduino-290f4831779b736b3707cbf3d590fb68890320f9.tar.gz arduino-290f4831779b736b3707cbf3d590fb68890320f9.tar.bz2 arduino-290f4831779b736b3707cbf3d590fb68890320f9.zip | |
move to GPIOxy rather then Dx pin identifier
Diffstat (limited to 'esphome/config/couchlight.yaml')
| -rw-r--r-- | esphome/config/couchlight.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 4579dc9..ad6da9d 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml | |||
| @@ -56,17 +56,17 @@ light: | |||
| 56 | output: | 56 | output: |
| 57 | - platform: gpio | 57 | - platform: gpio |
| 58 | id: relay_light1 | 58 | id: relay_light1 |
| 59 | pin: D1 # GPIO5 | 59 | pin: GPIO5 # D1 |
| 60 | 60 | ||
| 61 | - platform: gpio | 61 | - platform: gpio |
| 62 | id: relay_light2 | 62 | id: relay_light2 |
| 63 | pin: D2 # GPIO4 | 63 | pin: GPIO4 # D2 |
| 64 | 64 | ||
| 65 | # UNUSED GPIO | 65 | # UNUSED GPIO |
| 66 | - platform: gpio | 66 | - platform: gpio |
| 67 | id: unused_gpio0 | 67 | id: unused_gpio0 |
| 68 | pin: | 68 | pin: |
| 69 | number: D3 # GPIO0 | 69 | number: GPIO0 # D3 |
| 70 | mode: INPUT_PULLUP | 70 | mode: INPUT_PULLUP |
| 71 | - platform: gpio | 71 | - platform: gpio |
| 72 | id: unused_gpio1 | 72 | id: unused_gpio1 |
| @@ -76,7 +76,7 @@ output: | |||
| 76 | - platform: gpio | 76 | - platform: gpio |
| 77 | id: unused_gpio2 | 77 | id: unused_gpio2 |
| 78 | pin: | 78 | pin: |
| 79 | number: D4 # GPIO2 | 79 | number: GPIO2 # D4 |
| 80 | mode: INPUT_PULLUP | 80 | mode: INPUT_PULLUP |
| 81 | - platform: gpio | 81 | - platform: gpio |
| 82 | id: unused_gpio3 | 82 | id: unused_gpio3 |
| @@ -86,17 +86,17 @@ output: | |||
| 86 | - platform: gpio | 86 | - platform: gpio |
| 87 | id: unused_gpio14 | 87 | id: unused_gpio14 |
| 88 | pin: | 88 | pin: |
| 89 | number: D5 # GPIO14 | 89 | number: GPIO14 # D5 |
| 90 | mode: INPUT_PULLUP | 90 | mode: INPUT_PULLUP |
| 91 | - platform: gpio | 91 | - platform: gpio |
| 92 | id: unused_gpio15 | 92 | id: unused_gpio15 |
| 93 | pin: | 93 | pin: |
| 94 | number: D8 # GPIO15 | 94 | number: GPIO15 # D8 |
| 95 | mode: INPUT_PULLUP | 95 | mode: INPUT_PULLUP |
| 96 | - platform: gpio | 96 | - platform: gpio |
| 97 | id: unused_gpio16 | 97 | id: unused_gpio16 |
| 98 | pin: | 98 | pin: |
| 99 | number: D0 # GPIO16 | 99 | number: GPIO16 # D0 |
| 100 | mode: INPUT_PULLDOWN | 100 | mode: INPUT_PULLDOWN |
| 101 | 101 | ||
| 102 | script: | 102 | script: |
| @@ -113,7 +113,7 @@ binary_sensor: | |||
| 113 | id: button_light1 | 113 | id: button_light1 |
| 114 | name: "Spot 1 PushButton" | 114 | name: "Spot 1 PushButton" |
| 115 | pin: | 115 | pin: |
| 116 | number: D7 # GPIO13 | 116 | number: GPIO13 # D7 |
| 117 | mode: INPUT_PULLUP | 117 | mode: INPUT_PULLUP |
| 118 | filters: | 118 | filters: |
| 119 | - invert | 119 | - invert |
| @@ -131,7 +131,7 @@ binary_sensor: | |||
| 131 | id: button_light2 | 131 | id: button_light2 |
| 132 | name: "Spot 2 PushButton" | 132 | name: "Spot 2 PushButton" |
| 133 | pin: | 133 | pin: |
| 134 | number: D6 # GPIO12 | 134 | number: GPIO12 # D6 |
| 135 | mode: INPUT_PULLUP | 135 | mode: INPUT_PULLUP |
| 136 | filters: | 136 | filters: |
| 137 | - invert | 137 | - invert |
