A different question re Arlo Integration

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.

I had the integration working using my work email. I didn’t think that was such a good idea so I made a gmail account using the same instructions to make an application specific password and now I can’t connect no matter what.

I had it working and changed to an app specific gmail which failed, so I tried to revert to my original email and that fails now. Either Arlo have done something to stop this work or HA has updated. Stating the obvious really but none the less frustrating!