mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fixes moldindicator sensor after switch to asyncio (#5038)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user