github lasswellt/govee-homeassistant v2026.6.3

4 hours ago

Fixes

  • #93 — H5109 Pool Thermometer (and all poll-only devices) now refresh between reloads. The coordinator returned the same _states dict instance every poll while always_update=False, so Home Assistant's refresh gate compared the data object to itself and never notified entities after the first poll. MQTT-capable devices were masked by async_set_updated_data; BLE-only thermometers with no MQTT push froze their reading until the integration was reloaded. Now always_update=True. (#94)

Note: temperature freshness is still bounded by Govee's gateway→cloud sync cadence for BLE-bridged sensors (~30-60s+, undocumented) — that latency is upstream and not controllable by the integration.

Full Changelog: v2026.6.2...v2026.6.3

Don't miss a new govee-homeassistant release

NewReleases is sending notifications on new releases.