github lasswellt/govee-homeassistant v2026.1.57

latest releases: v2026.6.20, v2026.6.19, v2026.6.18...
5 months ago

What's New

Fix: Regular Scene Speed Control

The scene speed slider for regular (non-DIY) scenes now works correctly. Previously it was sending the wrong BLE packet format and the device ignored it.

How it works:

  • When you change the speed slider, the integration now:
    1. Gets the active scene's animation data from the light effect library
    2. Modifies the speed byte at the correct position
    3. Sends the modified data via multi-packet 0xA3 BLE protocol
    4. Sends an activation packet to apply the changes

Requirements:

  • MQTT connection (required for BLE passthrough)
  • A scene must be active that supports speed control
  • The speed range is now dynamic based on the active scene

Technical Details:

  • Implements proper multi-packet BLE protocol (0xA3)
  • Enhanced light effect library parsing for scenceParam, speedIndex, and sceneCode
  • Scene speed slider only shows as available when a speed-capable scene is active
  • Added 28 new tests for the multi-packet protocol

Fixes #4

Don't miss a new govee-homeassistant release

NewReleases is sending notifications on new releases.