Fixes
- #93 — H5109 Pool Thermometer (and all poll-only devices) now refresh between reloads. The coordinator returned the same
_statesdict instance every poll whilealways_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 byasync_set_updated_data; BLE-only thermometers with no MQTT push froze their reading until the integration was reloaded. Nowalways_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