sherif-fanous/Pyecobee

Missing Attribute displayAirQuality

Opened this issue · 1 comments

When using the API, I'm getting the following error message.

Missing attribute in class Settings
Attribute name  => displayAirQuality
Attribute value => True
Please open a new issue here (https://github.com/sfanous/Pyecobee/issues/new)

Thanks for reporting @themoosman

This is just a message that is generated whenever the code parses the ecobee response and finds an attribute it didn't expect. This happens as ecobee add new features and so expand existing objects.

I'll try to get to it this week.