Hi!
I would like to create an automation for only a single light, to turn on with a certain colour and brightness, and then fade to another colour + brightness before turning itself off completely.
I have managed to create this behaviour in two different ways:
1st version:
- Set light brightness - Set fixed brightness - Switch on
- Set light color - Color - Yellow
- Set light color - Color - Orange/Red - Fade time 30:00
- Set light brightness - Decrease brightness - Decrease brightness by 100% - Fade time 30:00
- Wait 1800 seconds
- Toggle light
2nd version:
- Activate scene “Timer start”
- Activate scene “Timer end” - Fade time 30:00
- Wait 1800 seconds
- Toggle light
The first one seems to me a bit complex, whilst the second one requires two specific scenes for this scenario only, which doesn’t feel optimal.
Is there any best practice/recommended way to achieve this behaviour?
Thanks in advance!