We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4babdc + fc97c74 commit 9854117Copy full SHA for 9854117
custom_components/blueiris/managers/home_assistant.py
@@ -124,7 +124,7 @@ async def _async_init(self):
124
125
await self.async_update_entry()
126
127
- def _update_entities(self, now):
+ async def _update_entities(self, now):
128
self._hass.async_create_task(self.async_update(now))
129
130
async def async_update_entry(self, entry: ConfigEntry = None):
0 commit comments