From d92acfc02785ecf8e1f43a69e6cd6ab0962a71ee Mon Sep 17 00:00:00 2001 From: bittles Date: Mon, 2 Jan 2023 16:51:50 -0500 Subject: [PATCH] fix --- custom_components/ecovacs/sucksbumper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ecovacs/sucksbumper.py b/custom_components/ecovacs/sucksbumper.py index b326451..1e98759 100644 --- a/custom_components/ecovacs/sucksbumper.py +++ b/custom_components/ecovacs/sucksbumper.py @@ -987,7 +987,7 @@ class EcoVacsXMPP(ClientXMPP): _LOGGER.debug("result is:") _LOGGER.debug(result) if other_xml is not None: - other_result = other_xml.copy() + other_result = other_xml.attrib.copy() _LOGGER.debug("other result:") _LOGGER.debug(other_result) _LOGGER.debug(xml[0])