diff --git a/custom_components/immich/config_flow.py b/custom_components/immich/config_flow.py index 1e106c3..930197d 100644 --- a/custom_components/immich/config_flow.py +++ b/custom_components/immich/config_flow.py @@ -4,7 +4,6 @@ import logging from typing import Any from url_normalize import url_normalize -from urllib.parse import urljoin from urllib.parse import urlparse import voluptuous as vol diff --git a/custom_components/immich/image.py b/custom_components/immich/image.py index eb91657..ca7399a 100644 --- a/custom_components/immich/image.py +++ b/custom_components/immich/image.py @@ -15,8 +15,6 @@ _LOGGER = logging.getLogger(__name__) -REFRESH_INTERVAL = 10 - async def async_setup_entry( hass: HomeAssistant,