refactor: fix inner asyncio import and expose entry_id publicly on coordinator

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sebastien Lavoie
2026-03-29 08:49:00 -04:00
parent 60f7e1e980
commit 8c1c25a1a9
2 changed files with 7 additions and 7 deletions
@@ -43,6 +43,7 @@ class DknCoordinator(DataUpdateCoordinator[dict[str, dict[str, Any]]]):
)
self.client = client
self._entry = entry
self.entry_id = entry.entry_id
async def _async_update_data(self) -> dict[str, dict[str, Any]]:
"""Fetch all installations and flatten into {mac: device_dict}."""