Hi all,
As a severe migraine sufferer I want to create a migraine mode for my house. Now every lightbulb in my house is a limitlessLED bulb so what I want to do is if migraine mode is on, then instead of the previous brightness it will set it to a specified color and the brightness to some predefined low level.
Is there any way I can have a customization (or something else) that would allow the lights to work normally when migraine mode is off and be as specified when its on?
Use an automation triggering on the input_boolean.migraine and set a scene for group.all_lights to go into migraine mode (use whatever brightness you might need)
and of course rest to normal when boolean == ‘off’
Hi @Mariusthvdb would that not turn on all lights in the house?
What I think I am looking for is to insert into the light on mechanism a check for migraine mode and adjust the brightness accordingly.
Perhaps I should go read up on scenes as I have not used them yet
@Mariusthvdb So I have had a wee read and play around with scenes. I dont think they are what I want.
To clarify I want is whenever any light is turned on it will use the brightness level that has been set via migraine mode automation i.e. on (low lights) or on (normal brightness).
I was thinking I would use a data_template perhaps in a global customization?
Something along the lines of this in customize.yaml