VaccumDevice depreciated error message
Closed this issue · 3 comments
klec00 commented
Installed via HACS and configured my automower. When restarting HA,the following error message appears in the log:
2020-06-10 16:18:39 WARNING (MainThread) [homeassistant.components.vacuum] VacuumDevice is deprecated, modify AutomowerDevice to extend VacuumEntity
andreasfelder commented
Just noticed the same. Found this article that shows the code to be used as an example:
https://developers.home-assistant.io/blog/2020/05/14/entity-class-names/
I can try take a look at this however need to figure out best way for me to test in my environment first.
walthowd commented
Just updated, thank you @andreasfelder
klec00 commented
Works fine now, thanks!