I have a sensor defined to monitor the subject line of emails received in my Gmail account. This sensor has been working fine for many months, but today it is no longer working - i.e. it is no longer being trigger by the rules defined.
Has anyone else got this problem? I was wondering whether this has anything to do with the changes to Gmail authentication which were introduced at the end of May?
sensor:
- platform: imap_email_content
server: imap.gmail.com
name: parking_emails
port: 993
username: [email protected]
password: Bridge291120
senders:
- [email protected]
value_template: >-
{% if 'You have a new booking' in subject %}
parking_booking
{% elif 'you have a new JustPark booking' in subject %}
parking_booking
{% endif %}