opravdin/weback-hass

vacuum devices are deprecated in HA

Closed this issue · 3 comments

It appears, that the only way to set up a vacuum in HA is as a Vacuum entity. integration should be updated to account for deprecation.

This is actually much easier to fix than i anticipated. Just change all instances of VacuumDevice to VacuumEntity.

Fixed that in last version :)