github disforw/goveelife v4.1.5

4 hours ago

What's Changed

Bug Fixes

  • Sensor units not displaying (#165, #160, #152): GoveeLifeSensor now inherits from SensorEntity (was Entity), which is required for Home Assistant to process native_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_mode now accepts the mode= keyword argument that Home Assistant uses when calling this method. The old positional preset_mode parameter caused a TypeError on every mode change for H7151, H7152, and other work-mode devices.

  • Humidity target slider broken (#161): Implemented async_set_humidity for devices exposing a devices.capabilities.range:humidity capability (e.g. H7140). The slider was visible but raised NotImplementedError on every interaction.

Full Changelog: v4.1.0...v4.1.5

Don't miss a new goveelife release

NewReleases is sending notifications on new releases.