Don't set force bool during set_humidity (#80269)
parent
9715b6c862
commit
d5a2484076
|
@ -282,7 +282,7 @@ class GenericHygrostat(HumidifierEntity, RestoreEntity):
|
|||
return
|
||||
|
||||
self._target_humidity = humidity
|
||||
await self._async_operate(force=True)
|
||||
await self._async_operate()
|
||||
await self.async_update_ha_state()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue