Hi,
I’m looking to be able to set a default brightness (and color temperature) for my lights when they’re turned on based on the time of day. This is easy enough to do in pure HA using an input_number
and syncing the status between the bulb and the state, and always calling light.turn_on
with the value, but how do I do this if I also want it to apply when I turn on the lights via Alexa (I’m using haaska)? It seems like that connects the Alexa intent directly to a service light.turn_on
call; is there any way to intercept that and inject some custom parameters?