mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +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 the available mist modes."""
|
||||||
return self._available_modes
|
return self._available_modes
|
||||||
|
|
||||||
|
@property
|
||||||
|
def current_humidity(self) -> int:
|
||||||
|
"""Return the current humidity."""
|
||||||
|
return self.device.humidity
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def target_humidity(self) -> int:
|
def target_humidity(self) -> int:
|
||||||
"""Return the humidity we try to reach."""
|
"""Return the humidity we try to reach."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user