Fix incorrect call to async_schedule_update_ha_state in generic_hygrostat (#116349)
This commit is contained in:
parent
48d620ce94
commit
66a9430410
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class GenericHygrostat(HumidifierEntity, RestoreEntity):
|
|||
else:
|
||||
self._attr_action = HumidifierAction.IDLE
|
||||
|
||||
self.async_schedule_update_ha_state()
|
||||
self.async_write_ha_state()
|
||||
|
||||
async def _async_update_humidity(self, humidity: str) -> None:
|
||||
"""Update hygrostat with latest state from sensor."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue