hass-aarlo
hass-aarlo copied to clipboard
IMAP 2FA does not work if only read-only access is provided
2022-05-30 15:40:03 ERROR (SyncWorker_4) [pyaarlo] imap connection failedINBOX is not writable
2022-05-30 15:40:03 ERROR (SyncWorker_4) [pyaarlo] 2fa startup failed
2022-05-30 15:40:03 ERROR (SyncWorker_4) [custom_components.aarlo] unable to connect to Arlo: attempt=1,sleep=15,error=2fa startup failed
Only read-only access should be necessary to retrieve the code. When I allow write access everything works fine.
I think we can support that, we use python IMAP and it supports read only. I'll try here.