zuidwijk / esphome-doorbell

ESPHome based DoorBell
58 stars 17 forks source link

Expose relay switch #10

Closed maxim-mityutko closed 6 months ago

maxim-mityutko commented 9 months ago

Hi, it's more of a question, rather than an issue. Do I understand correctly that if I change the config to expose the relay switch, it will be possible to trigger the bell by other button, not only the one directly connected to the smart doorbell?

https://github.com/zuidwijk/esphome-doorbell/blob/ff7d9514b045b626cac89de5ce04e96895852162/smart-doorbell.yaml#L80C1-L88

x-real-ip commented 6 months ago

I am wondering exactly the same thing, did you figured it out yet?

PieterBoeren commented 6 months ago

You can set the relay to 'internal: false', upload it again to the doorbell and then you can switch the relay directly.

x-real-ip commented 6 months ago

You can set the relay to 'internal: false', upload it again to the doorbell and then you can switch the relay directly.

Thanks!

maxim-mityutko commented 6 months ago

You can set the relay to 'internal: false', upload it again to the doorbell and then you can switch the relay directly.

awesome! thanks for confirming!