diff --git a/esphome/domofon.yaml b/esphome/domofon.yaml index 54fc8ec..00ec0b8 100755 --- a/esphome/domofon.yaml +++ b/esphome/domofon.yaml @@ -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 diff --git a/ge1mer/esphome/packages/light.yaml b/ge1mer/esphome/packages/light.yaml index 5f3228b..2fd5e3c 100644 --- a/ge1mer/esphome/packages/light.yaml +++ b/ge1mer/esphome/packages/light.yaml @@ -7,6 +7,7 @@ light: number: $pin_led_blue mode: OUTPUT inverted: $led_blue_inverted + allow_other_uses: true - platform: rgb id: rgb_led diff --git a/ge1mer/esphome/packages/output.yaml b/ge1mer/esphome/packages/output.yaml index 92527b6..f14f86e 100644 --- a/ge1mer/esphome/packages/output.yaml +++ b/ge1mer/esphome/packages/output.yaml @@ -22,6 +22,7 @@ output: number: $pin_led_blue mode: OUTPUT inverted: $led_blue_inverted + allow_other_uses: true # Intercom - platform: gpio