mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-11 14:07:07 +03:00
Fix pin reuse for ESPHome 2023.12
This commit is contained in:
@@ -58,7 +58,10 @@ ota:
|
|||||||
|
|
||||||
# Blue status led
|
# Blue status led
|
||||||
status_led:
|
status_led:
|
||||||
pin: $pin_led_blue
|
pin:
|
||||||
|
number: $pin_led_blue
|
||||||
|
mode: OUTPUT
|
||||||
|
allow_other_uses: true
|
||||||
|
|
||||||
api:
|
api:
|
||||||
password: $api_password
|
password: $api_password
|
||||||
@@ -343,6 +346,7 @@ output:
|
|||||||
pin:
|
pin:
|
||||||
number: $pin_led_blue
|
number: $pin_led_blue
|
||||||
mode: OUTPUT
|
mode: OUTPUT
|
||||||
|
allow_other_uses: true
|
||||||
|
|
||||||
# Relay answer
|
# Relay answer
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ light:
|
|||||||
number: $pin_led_blue
|
number: $pin_led_blue
|
||||||
mode: OUTPUT
|
mode: OUTPUT
|
||||||
inverted: $led_blue_inverted
|
inverted: $led_blue_inverted
|
||||||
|
allow_other_uses: true
|
||||||
|
|
||||||
- platform: rgb
|
- platform: rgb
|
||||||
id: rgb_led
|
id: rgb_led
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ output:
|
|||||||
number: $pin_led_blue
|
number: $pin_led_blue
|
||||||
mode: OUTPUT
|
mode: OUTPUT
|
||||||
inverted: $led_blue_inverted
|
inverted: $led_blue_inverted
|
||||||
|
allow_other_uses: true
|
||||||
|
|
||||||
# Intercom
|
# Intercom
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|||||||
Reference in New Issue
Block a user