thevoltagesource / LennoxiComfort

Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.
MIT License
33 stars 16 forks source link

ClimateDevice is deprecated #18

Closed manonstreet closed 4 years ago

manonstreet commented 4 years ago

After upgrading Home Assistant to version .110, I receive the following in the error upon startup: ClimateDevice is deprecated, modify LennoxClimate to extend ClimateEntity

Is it possible to get this add-on ported using ClimateEntity?

Thanks for creating, I use it daily! This is my attempt to get the code updated preemptively before ClimateDevice ceases to function.

thevoltagesource commented 4 years ago

Yes. I will read up on the new design and start updating the code.

thevoltagesource commented 4 years ago

Thank you to @aicarmic for stepping in and updating and testing the code. @manonstreet please confirm that everything is working for you now and the deprecation warning is gone.

manonstreet commented 4 years ago

Confirmed, no more warning message.

Thanks @aicarmic!