What's Changed
Bug Fixes
-
Sensor units not displaying (#165, #160, #152):
GoveeLifeSensornow inherits fromSensorEntity(wasEntity), which is required for Home Assistant to processnative_unit_of_measurement. Affects H5140, H5179, H5310 and any other sensor-type devices that reported raw values with no units. -
Humidifier/dehumidifier mode changes broken (#146, #153):
async_set_modenow accepts themode=keyword argument that Home Assistant uses when calling this method. The old positionalpreset_modeparameter caused aTypeErroron every mode change for H7151, H7152, and other work-mode devices. -
Humidity target slider broken (#161): Implemented
async_set_humidityfor devices exposing adevices.capabilities.range:humiditycapability (e.g. H7140). The slider was visible but raisedNotImplementedErroron every interaction.
Full Changelog: v4.1.0...v4.1.5