What's changed
Fixes
- Thermometer humidity reading 10× too high (#102, #83). The BFF "tickle" added in v2026.6.13 overwrote the cloud reading with a mis-scaled value, so H5110/H5075/H5179 humidity alternated between the correct value and 10× it (e.g. 83% → 830%). The BFF call is now tickle-only — the Developer API owns the correctly scaled, unit-handled reading. Resolves the remaining humidity-scale issue from #83.
New devices & features
- H7161 aroma diffuser (#99). Now controllable: a power switch and a Scene selector (preset light/mist scenes). Water-low is deferred (no transport exposes it yet).
- H1370 light/fan combo (#105). Adds fan oscillation; light, speed, and reverse-airflow already worked.
- H60B2 3-zone lamp (#104). The three independently switchable zones (
light{1,2,3}Toggle) are now exposed as per-zone switches, alongside the existing RGBIC color segments. - Auto-discovery of new devices (#101). Devices added to your Govee account after Home Assistant starts are now picked up automatically (the integration re-checks on a slow cadence and reloads when new devices appear) — no manual reload needed.
- LAN discovery diagnostics (#57). The diagnostics download now includes a read-only local-network (UDP) scan, capturing which devices answer Govee's LAN API. This is the groundwork for future native LAN control — responder IPs are redacted.
Full Changelog: v2026.6.13...v2026.6.14