User-override occupancy switch for each area #280
Closed
klatka
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 2 replies
-
That sounds like a cool idea. The challenge is how do we turn it off? Do we use it as a motion sensor? Do we lock the room occupied? |
Beta Was this translation helpful? Give feedback.
1 reply
-
After talking to @klatka looks like the idea above has been the default behavior for Presence Hold since 3.x. Let me know if we can close this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If a person clicks on the button "turn on lights" of a dimmer for a specific area, MA should consider this area as occupied.
To do that I manually created a
input_boolean
and a templatebinary_sensor
for each area with a dimmer:Because of device class
occupancy
, this binary sensor is seen by MA.Compared to presence hold switch this would be another great feature.
Beta Was this translation helpful? Give feedback.
All reactions