mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix incorrect call to async_schedule_update_ha_state in generic_hygrostat (#116349)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user