diff --git a/custom_components/blueiris/managers/home_assistant.py b/custom_components/blueiris/managers/home_assistant.py index 82c40a1..6a95915 100644 --- a/custom_components/blueiris/managers/home_assistant.py +++ b/custom_components/blueiris/managers/home_assistant.py @@ -124,7 +124,7 @@ async def _async_init(self): await self.async_update_entry() - def _update_entities(self, now): + async def _update_entities(self, now): self._hass.async_create_task(self.async_update(now)) async def async_update_entry(self, entry: ConfigEntry = None):