Interlock on lights #3834
Unanswered
davidcoulson
asked this question in
Component enhancements
Replies: 1 comment
|
🏷️ I've automatically added the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Component name
light
Link to component documentation on our website
https://esphome.io/components/light/
Describe the enhancement
Similar to how an interlock works for a switch I would like to be able to create an interlock with two lights so both can't be on at the same time.
Not the same as color interlock currently implemented for RGBCW. This would be for two separate lights on the same esphome device.
Use cases
I have Lumary lights which have both a center light and an edge RGB strip nightlight thing - I do not want both of these to be active at the same time.
Using on_turn_on automation to call the light.turn_off of the opposing light component works, but maybe other use cases for a proper interlock capability? Also not sure if there is a case where after reboot they could both restore to on.
Anything else?
No response
All reactions