I recently stumbled upon a fantastic feature in my Govee smart lights that allows them to slowly fade off after a set amount of time. It was a game-changer for creating a relaxing bedtime routine in my bedroom. However, I was disappointed when the setting seemed to disappear after a software update. After some research and experimentation, I managed to recreate the functionality using a combination of timers and automation in the Home Assistant app. Here’s how I did it:
-
Identify the Light Entity: Locate the entity ID of your Govee lights in the Home Assistant dashboard.
-
Create a Timer Automation: Under the automation section, create a new timer that triggers after your desired fade-off duration (e.g., 30 minutes).
-
Set Up the Fade Effect: Use the
brightnesscontrol within the automation to gradually reduce the light output over time. This can be achieved by setting the brightness to 0% with a transition period matching your timer duration. -
Link the Automation to Your Lights: Ensure the automation is linked to your Govee light entity so it knows which lights to control.
This setup has been working seamlessly for me, and I love how it enhances my evening routine. If anyone has additional tips or alternative methods, I’d love to hear them! ![]()