Skip to content

Commit

Permalink
Add logging about what we are doing
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider committed Jan 9, 2025
1 parent 187e2c4 commit 16280d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/myskoda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
except Exception:
if cached_vins:
vehicles = cached_vins
_LOGGER.warning(
"Using cached list of VINs. This will work only if there is a temporary issue with MySkoda API"
)
pass
else:
raise
Expand Down

0 comments on commit 16280d1

Please sign in to comment.