diff --git a/custom_components/myskoda/coordinator.py b/custom_components/myskoda/coordinator.py index bc83a86..95e127a 100644 --- a/custom_components/myskoda/coordinator.py +++ b/custom_components/myskoda/coordinator.py @@ -220,6 +220,7 @@ async def _async_finish_startup(hass: HomeAssistant) -> None: user = await self.myskoda.get_user() else: _LOGGER.debug("Skipping user update - cache is still valid.") + user = self.data.user else: user = await self.myskoda.get_user()