W00D00 / home-assistant-elero

Elero Centero component
GNU General Public License v3.0
39 stars 10 forks source link

Fix CoverDevice is deprecated warnings with HA > 0.110 #12

Closed dfigus closed 4 years ago

dfigus commented 4 years ago

With HA > 0.110 the entity class names were renamed as per developer blog. Using the old CoverDevice will generate the following warnings in the log:

WARNING (MainThread) [homeassistant.components.cover] CoverDevice is deprecated, modify elero to extend CoverEntity

This PR switched to the new CoverEntity. I already did the modifications locally and it works for me running HA 0.111.4