Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored Apr 11, 2021
1 parent 5278a88 commit bc966ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/adax/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.const import CONF_PASSWORD
from homeassistant.helpers.aiohttp_client import async_get_clientsession

from .adax import get_adax_token
from adax import get_adax_token
from .const import ACCOUNT_ID, DOMAIN

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit bc966ac

Please sign in to comment.