From fbccba2408736d3d7328e0767f2f541e4eaa7083 Mon Sep 17 00:00:00 2001 From: Ryan Winter Date: Mon, 25 Apr 2022 21:47:10 -0700 Subject: [PATCH] Converted error to debug for expected device output --- custom_components/rainforest_emu_2/emu2.py | 2 +- custom_components/rainforest_emu_2/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rainforest_emu_2/emu2.py b/custom_components/rainforest_emu_2/emu2.py index d7e7a1a..6280bf4 100644 --- a/custom_components/rainforest_emu_2/emu2.py +++ b/custom_components/rainforest_emu_2/emu2.py @@ -139,7 +139,7 @@ def _process_reply(self, xml_str: str) -> None: wrapped = itertools.chain('', xml_str, '') root = ElementTree.fromstringlist(wrapped) except ElementTree.ParseError: - _LOGGER.error("Malformed XML: %s", xml_str) + _LOGGER.debug("Malformed XML: %s", xml_str) return for tree in root: diff --git a/custom_components/rainforest_emu_2/manifest.json b/custom_components/rainforest_emu_2/manifest.json index 403d3a1..0b07802 100644 --- a/custom_components/rainforest_emu_2/manifest.json +++ b/custom_components/rainforest_emu_2/manifest.json @@ -9,7 +9,7 @@ "pyserial-asyncio==0.6" ], "iot_class": "local_polling", - "version": "1.1.5", + "version": "1.1.6", "config_flow": true, "usb": [ {