Hello,
Using Hue bulbs I’d like to communicate multiple notifications visually using colors and a flash indication. Currently, I know I can call
{ "entity_id": ["light.window"], "flash": "short" }
which will give me the flash and return my window to its previous state. If I flash the light red using
{ "entity_id": ["light.window"], "flash": "short", "color_name": "red"}
My light flashes red and stays red.
How can I return to the original state when I flash a color? Not sure if this is a feature request or just a general configuration question, maybe a script?
Use case is:
- Short flash blue to indicate snow/rain
- Short flash green to indicate I have left the office and am on my way home (I have young kids, they love this)
- Wife understandably doesn’t want me changing all the lights to funky colors throughout the day.