github lasswellt/govee-homeassistant v2026.3.5

latest releases: v2026.5.5, v2026.5.4, v2026.5.3...
one month ago

Fix: Scene clear no longer restores black (#18)

Two fixes for the remaining reports where selecting "None" in the scene selector caused the light to show rgb_color: (0, 0, 0):

  1. API poll color preservation — Govee API returns colorRgb=0 as a sentinel when color is not the active mode. This no longer overwrites a valid existing color in HA state.

  2. Scene clear fallback prefers RGB white — When no previous color is saved, the fallback now sends white (255, 255, 255) instead of a color_temp midpoint. The API reflects RGB values more reliably, preventing revert to black on the next poll.

Don't miss a new govee-homeassistant release

NewReleases is sending notifications on new releases.