mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
vesync: report current humidity (#136799)
This commit is contained in:
parent
c312796aae
commit
e27a980742
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user