I am already using the imap platform for my personal email and I am using automations with great success, but now I want to setup one more mail and I dont seem to understand what is going on.
Here is the error:
Platform imap not ready yet. Retrying in 150 seconds.
That is my sensors.yaml:
- platform: imap
server: imap.gmail.com
port: 993
username: [email protected]
password: Iwonttellyoumypass
folder: Inbox
- platform: imap
server: imap.gmail.com
port: 993
username: [email protected]
password: Iwonttellyoumypass
folder: Inbox
What is wrong with my configuration? Or maybe it is something else?