I have motion sensors in each room of my house (except bedrooms).
I’d like these motion sensors to be disabled if I press a button to manage the lights and enable them again if I turn off the lights.
I have Automations to do this and am currently working on a Blueprint to unify my approach to all Automations.
To disable motion sensors, I’m creating an input_boolean
helper for each room’s Automations. Is there a way around creating an input_boolean
and using variables in the Blueprint instead?
I think it’s neat I can manually disable a room’s motion sensors, but it seems like a pain in the butt to create a Toggle Helper for almost every single room just to get this working.