mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-06 11:36:57 +03:00
Fix pin reuse for ESPHome 2023.12
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ light:
|
||||
number: $pin_led_blue
|
||||
mode: OUTPUT
|
||||
inverted: $led_blue_inverted
|
||||
allow_other_uses: true
|
||||
|
||||
- platform: rgb
|
||||
id: rgb_led
|
||||
|
||||
@@ -22,6 +22,7 @@ output:
|
||||
number: $pin_led_blue
|
||||
mode: OUTPUT
|
||||
inverted: $led_blue_inverted
|
||||
allow_other_uses: true
|
||||
|
||||
# Intercom
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user