mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2026-01-31 06:40:54 +03:00
Fix pin reuse for ESPHome 2023.12
This commit is contained in:
@@ -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