Skip to content
Snippets Groups Projects
Unverified Commit a7fb20ab authored by G Johansson's avatar G Johansson Committed by GitHub
Browse files

Remove deprecated attributes from ecovacs (#134492)

parent 657da474
No related branches found
No related tags found
No related merge requests found
......@@ -163,11 +163,6 @@ class EcovacsLegacyVacuum(EcovacsLegacyEntity, StateVacuumEntity):
data: dict[str, Any] = {}
data[ATTR_ERROR] = self.error
# these attributes are deprecated and can be removed in 2025.2
for key, val in self.device.components.items():
attr_name = ATTR_COMPONENT_PREFIX + key
data[attr_name] = int(val * 100)
return data
def return_to_base(self, **kwargs: Any) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment