This commit is contained in:
bittles
2023-01-02 00:05:57 -05:00
parent 1ed7eeaea2
commit 5eb86f5960
+1 -1
View File
@@ -976,7 +976,7 @@ class EcoVacsXMPP(ClientXMPP):
_LOGGER.debug("handle_ctl called with get_payload()[1][0], the other part:")
_LOGGER.debug(other_part)
except TypeError:
_LOGGER.warning("No extra payload")
_LOGGER.warning("No extra payload")
def _ctl_to_dict(self, xml):
result = xml.attrib.copy()