Bug Fixes
-
H5179/H5310 sensor regression from v4.1.5 (#166, #167): Sensor entities showed
unknownafter upgrading to v4.1.5. Root cause:GoveeLifePlatformEntity.state(returnsSTATE_UNKNOWN) shadowedSensorEntity.state(which delegates tonative_value) due to Python MRO order — live API values were never reached. Fixed by adding an explicitstateoverride inGoveeLifeSensorthat returnsself.native_value. -
Deprecation warning for
CONCENTRATION_PARTS_PER_MILLION(#167): Replaced withUnitOfRatio.PARTS_PER_MILLIONfromhomeassistant.const(HA 2026.7+). Removes the deprecation log notice.
Full Changelog: v4.1.5...v4.1.6