We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2560459 commit 5bf1206Copy full SHA for 5bf1206
custom_components/immich/config_flow.py
@@ -4,7 +4,6 @@
4
import logging
5
from typing import Any
6
from url_normalize import url_normalize
7
-from urllib.parse import urljoin
8
from urllib.parse import urlparse
9
10
import voluptuous as vol
custom_components/immich/image.py
@@ -15,8 +15,6 @@
15
16
_LOGGER = logging.getLogger(__name__)
17
18
-REFRESH_INTERVAL = 10
19
-
20
21
async def async_setup_entry(
22
hass: HomeAssistant,
0 commit comments