ljmerza / ha-email-sensor

Email Sensor for collecting tracking numbers from over 40 providers.
MIT License
87 stars 22 forks source link

Latest homeassistant needs imapclient==2.2.0 #32

Closed jdeath closed 1 year ago

jdeath commented 3 years ago

Was getting lots of errors due to IMAP client being passed the wrong number of arguments. Something changed in core-2021.7.X. Changing entry in manifest to "imapclient==2.2.0" fixed the problem

kovaccs commented 3 years ago

This is a good workaround, thank you!

drjeseuss commented 3 years ago

I also had this issue after updating core. For those not sure of process, make the edit noted above to custom_components/email/manifest.json then restart core to apply.

ljmerza commented 1 year ago

Fixed