I have tried everyway but loose to get this to work but so far nothing. So in detail this is how I have tried.
I cannot turn off TFA in ARLO, there appears to be no option to allow this. So in the ARLO setup I set TFA to my email address (the same one I use to login to ARLO) and in HA I set the following:
username: ‘my arlo login email’
password: ‘my arlo password’
TFA Mechanism: IMAP
TFA username: ‘my arlo login email’
TFA password: ‘my arlo login password’
TFA host: ‘imap.mail.me.com’
(I use an Apple email address and no quote marks)
It always say ‘Success’ in adding the integration but then ‘Failed to load’.
I tried adding the following file to the homeassistant/custom_components/aarlo/aarlo.yaml (as it did not exist after trying the setup)
# In configuration.yaml
aarlo:
username: [email protected]
password: myarlopassword
tfa_source: imap # Uses email for 2FA codes
tfa_type: email
tfa_host: imap.mail.me.com # Your email server
tfa_username: [email protected]
tfa_password: myarlopassword
But this makes no difference.
Any assistance would be greatly appreciated.