hass-aarlo icon indicating copy to clipboard operation
hass-aarlo copied to clipboard

2FA using the Push comes up with an error.

Open codypet opened this issue 2 years ago • 4 comments

I couldn't get the email tfa to work and they won't let us not have 2fa anymore so I just copied and pasted what's in the repo for the tfa for push and I get this error when I try to restart HA

Invalid config for [aarlo]: [tfa_retries] is an invalid option for [aarlo]. Check: aarlo->aarlo->tfa_retries. (See /config/configuration.yaml, line 350).

Using Home Assistant 2021.8.7 on Virtual Desktop

codypet avatar Aug 23 '21 04:08 codypet

I'll take a look, I didn't implement the PUSH piece so I'll see what's missing.

And how come the IMAP didn't work? Are you sure it was IMAP and not the cloud flare checks? I've been seeing a lot of that lately.

twrecked avatar Aug 23 '21 04:08 twrecked

According to AOL, they're using export.imap.aol.com and even trying their port, or switching to imap.aol.com, it won't work. That said recently it stopped working getting getting emails for that account in Gmail too so maybe AOL just stopped using it and forgot to update their instructions? That's why I figured if I could use push, that would be the way to go.

codypet avatar Aug 23 '21 11:08 codypet

Try it without tfa_retries and tfa_delay, it looks like the code is there to use them but you can't set them. They default to 5 and 5.

I'll add them in.

twrecked avatar Aug 23 '21 16:08 twrecked

That worked! Thanks.

codypet avatar Aug 24 '21 22:08 codypet