diff --git a/custom_components/homeassistantedupage/config_flow.py b/custom_components/homeassistantedupage/config_flow.py index b4e9cd7..157df87 100644 --- a/custom_components/homeassistantedupage/config_flow.py +++ b/custom_components/homeassistantedupage/config_flow.py @@ -1,5 +1,6 @@ import logging import voluptuous as vol +import time from edupage_api import Edupage from edupage_api.exceptions import BadCredentialsException, SecondFactorFailedException from homeassistant import config_entries