github lasswellt/govee-homeassistant v2026.7.3

9 hours ago

Fixes

#124 — H5127 presence sensor: absence detection

Presence (triSta: 1 via a status push) has worked since v2026.7.1 — but absence never arrives as a status push. The H5127 reports it only inside cmd: multiSync messages as an 0xAA 0x01 mmWave presence-report frame, which the integration previously dropped as an unknown packet subtype.

That frame is now decoded (byte layout cross-verified against ultimate-govee's parser and real H5127 captures in homebridge-govee #840; byte 16 is the overall occupancy flag and tracks triSta exactly) and routed through the same path as presence — so the occupancy entity now flips off when you leave.

Belt-and-suspenders: the official OpenAPI event channel's bodyAppearedEvent (value 1 = Presence, 2 = Absence) is applied as well, SKU-locked to presence sensors so the H5054 water detector — which shares that capability instance but means "leak" — is unaffected.

Full Changelog: v2026.7.2...v2026.7.3

Don't miss a new govee-homeassistant release

NewReleases is sending notifications on new releases.