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.
2 parents f35d6c1 + f2a2c8b commit 8e2cc2dCopy full SHA for 8e2cc2d
custom_components/eskom_loadshedding/__init__.py
@@ -9,7 +9,8 @@
9
import logging
10
11
from homeassistant.config_entries import ConfigEntry
12
-from homeassistant.core import Config, HomeAssistant
+from homeassistant.core import HomeAssistant
13
+from homeassistant.core_config import Config
14
from homeassistant.exceptions import ConfigEntryNotReady
15
from homeassistant.helpers.aiohttp_client import async_get_clientsession
16
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
0 commit comments