Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/37-feature_request-two-factor-au…
Browse files Browse the repository at this point in the history
…thentication-support' into 37-feature_request-two-factor-authentication-support
  • Loading branch information
bbirnbach committed Nov 27, 2024
2 parents 2420064 + b406548 commit 0167fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/homeassistantedupage/config_flow.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0167fb2

Please sign in to comment.