Fixes
- Cloud-polled devices stop updating every night (#214). Since v2026.9.12, gateway-bridged thermometers (H5110, H5220) and anything else that only the cloud poll reads could freeze at the first poll after 00:00 UTC until the integration was reloaded. Pushed MQTT updates were postponing the poll, and once budget pacing stretched the interval past the 5-minute MQTT status check, the poll never ran again. Pushes no longer move the poll. When the day's request budget runs out, the poll now waits only until the 00:00 UTC reset instead of a full 15 minutes. Thanks @BrawnyBravo (#216).
- Music mode on the H612F and H6022 (#215, #186). Govee accepted the command but relayed it to the light with the effect and sensitivity zeroed, so the strip ignored it and the lamp went dark. With the Govee account login configured (AWS IoT), the integration now sends the same music frame the Govee app does. Without it, or for an effect with no known code (Sprouting), the command still goes through the API as before.
- H5310 read about 62 °C below 11.2 °C (#151). The temperature decode now handles the lower rollover, so readings stay continuous down to single digits. Thanks @Araknus13 for the frames that pinned it down.
- H5074 no longer drops the AWS IoT session after a restart; it joins the sensors skipped by the MQTT status check (#195). Thanks @BrawnyBravo (#217).