mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Don't set force bool during set_humidity (#80269)
This commit is contained in:
parent
9715b6c862
commit
d5a2484076
@ -282,7 +282,7 @@ class GenericHygrostat(HumidifierEntity, RestoreEntity):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self._target_humidity = humidity
|
self._target_humidity = humidity
|
||||||
await self._async_operate(force=True)
|
await self._async_operate()
|
||||||
await self.async_update_ha_state()
|
await self.async_update_ha_state()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user