Skip to content

Commit

Permalink
Merge pull request #44 from hawky358/fix-deprecated-alias-config
Browse files Browse the repository at this point in the history
Fix deprecated alias config
  • Loading branch information
swartjean authored Nov 16, 2024
2 parents f35d6c1 + f2a2c8b commit 8e2cc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/eskom_loadshedding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import logging

from homeassistant.config_entries import ConfigEntry
from homeassistant.core import Config, HomeAssistant
from homeassistant.core import HomeAssistant
from homeassistant.core_config import Config
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
Expand Down

0 comments on commit 8e2cc2d

Please sign in to comment.