Fix pin reuse for ESPHome 2023.12

This commit is contained in:
Nikolay Vasilchuk
2023-12-21 11:58:17 +03:00
parent 1025942052
commit 208253cef1
3 changed files with 7 additions and 1 deletions

View File

@@ -58,7 +58,10 @@ ota:
# Blue status led
status_led:
pin: $pin_led_blue
pin:
number: $pin_led_blue
mode: OUTPUT
allow_other_uses: true
api:
password: $api_password
@@ -343,6 +346,7 @@ output:
pin:
number: $pin_led_blue
mode: OUTPUT
allow_other_uses: true
# Relay answer
- platform: gpio

View File

@@ -7,6 +7,7 @@ light:
number: $pin_led_blue
mode: OUTPUT
inverted: $led_blue_inverted
allow_other_uses: true
- platform: rgb
id: rgb_led

View File

@@ -22,6 +22,7 @@ output:
number: $pin_led_blue
mode: OUTPUT
inverted: $led_blue_inverted
allow_other_uses: true
# Intercom
- platform: gpio