Skip to content

v4.1.6

Latest

Choose a tag to compare

@disforw disforw released this 28 Aug 12:22

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