mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fixes moldindicator sensor after switch to asyncio (#5038)
This commit is contained in:
parent
9e66755baf
commit
d04ee66669
@ -163,7 +163,7 @@ class MoldIndicator(Entity):
|
||||
self._indoor_hum = MoldIndicator._update_hum_sensor(new_state)
|
||||
|
||||
self.update()
|
||||
self.update_ha_state()
|
||||
self.schedule_update_ha_state()
|
||||
|
||||
def _calc_dewpoint(self):
|
||||
"""Calculate the dewpoint for the indoor air."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user