github disforw/goveelife v4.1.6

2 hours ago

Bug Fixes

  • H5179/H5310 sensor regression from v4.1.5 (#166, #167): Sensor entities showed unknown after upgrading to v4.1.5. Root cause: GoveeLifePlatformEntity.state (returns STATE_UNKNOWN) shadowed SensorEntity.state (which delegates to native_value) due to Python MRO order — live API values were never reached. Fixed by adding an explicit state override in GoveeLifeSensor that returns self.native_value.

  • Deprecation warning for CONCENTRATION_PARTS_PER_MILLION (#167): Replaced with UnitOfRatio.PARTS_PER_MILLION from homeassistant.const (HA 2026.7+). Removes the deprecation log notice.

Full Changelog: v4.1.5...v4.1.6

Don't miss a new goveelife release

NewReleases is sending notifications on new releases.