IMAP_Content

It use to be you could get the email from users by just adding the email address under senders of each email address. can anybody help with a sensor template to show only emails from specified email address this is basically what I had prior to the new IMAP setup.

 - platform: imap_email_content
    server: imap.mail.yahoo.com
    port: 993
    username: [email protected]
    password: password
    folder: INBOX
    senders:
      - [email protected]
      - [email protected]
      - [email protected]
      - [email protected]

  - platform: imap_email_content
    server: imap.gmail.com
    port: 993
    username: [email protected]
    password: password
    folder: INBOX
    senders:
      - [email protected]
      - [email protected]
      - [email protected]