sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
281 stars 98 forks source link

Update imports to be compatible with Home Assistant 0.110. #79

Closed pcostell closed 3 years ago

pcostell commented 3 years ago

This updates ClimateDevice to instead import ClimateEntity, following the instructions in https://developers.home-assistant.io/blog/2020/05/14/entity-class-names/

Fixes #54

sampsyo commented 3 years ago

Awesome; thank you!!