Skip to content

Commit

Permalink
update config alias
Browse files Browse the repository at this point in the history
  • Loading branch information
InTheDaylight14 committed Nov 8, 2024
1 parent 26ceaec commit 66f17ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/npm_switches/__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 66f17ca

Please sign in to comment.