Don't set force bool during set_humidity (#80269)

pull/81015/head
Nolan Gilley 2022-10-26 06:43:06 -04:00 committed by GitHub
parent 9715b6c862
commit d5a2484076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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