Skip to content

v2026.6.20

Latest

Choose a tag to compare

@lasswellt lasswellt released this 21 Jun 23:40

Follow-ups from reporter feedback on #114 and #83.

Battery for BLE-bridged thermometers (#83)

Thermometers bridged through a gateway (e.g. H5110 via an H5151/H5044) show a battery level in the Govee app but it isn't in the Developer API. The integration now reads battery from the BFF API (the same source used for leak sensors and H5301 thermometers) and creates a Battery sensor for these devices. Requires account (email/password) login — that's what unlocks the BFF API. Devices that don't expose a battery are left untouched (no empty sensor).

fix(humidifier): Medium mode label (#114)

The dehumidifier Medium speed (added in v2026.6.18 for the H7152) was missing its translation, so it displayed as lowercase medium while Low/High/Auto/Dryer were title-cased. Fixed.

Full changelog: v2026.6.19...v2026.6.20