What's New
Active Scene as Light Effect
The light entity now shows the active scene name directly on the light card using Home Assistant's standard effect support. You can also activate scenes from the effect picker dropdown on the light card.
- Scene name displays as the current "effect" when a scene is active
- Select scenes from the effect picker in the light card
- Scene clears automatically when you pick a color or color temperature
- Brightness adjustments work alongside active scenes (no clearing)
- Respects the "Enable Scenes" option — disable to hide effects
- Mutual exclusion with Music Mode, DreamView, and DIY scenes
Details
- Added
active_scene_nametracking to device state model - Implemented
effect_listandeffectproperties onGoveeLightEntity - 25 new tests (10 state model + 15 light entity)