diff --git a/homeassistant/components/ecovacs/vacuum.py b/homeassistant/components/ecovacs/vacuum.py index 753e2e7828d..42dba0336a7 100644 --- a/homeassistant/components/ecovacs/vacuum.py +++ b/homeassistant/components/ecovacs/vacuum.py @@ -111,6 +111,11 @@ class EcovacsVacuum(VacuumEntity): """Return the name of the device.""" return self._name + @property + def supported_features(self) -> int: + """Flag vacuum cleaner features that are supported.""" + return self._attr_supported_features + @property def status(self): """Return the status of the vacuum cleaner."""