mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 08:29:39 +02:00
vesync: report current humidity (#136799)
This commit is contained in:
@@ -129,6 +129,11 @@ class VeSyncHumidifierHA(VeSyncBaseEntity, HumidifierEntity):
|
||||
"""Return the available mist modes."""
|
||||
return self._available_modes
|
||||
|
||||
@property
|
||||
def current_humidity(self) -> int:
|
||||
"""Return the current humidity."""
|
||||
return self.device.humidity
|
||||
|
||||
@property
|
||||
def target_humidity(self) -> int:
|
||||
"""Return the humidity we try to reach."""
|
||||
|
||||
Reference in New Issue
Block a user