Add debug line

This commit is contained in:
Jules 2024-04-03 11:24:13 +02:00
parent b5b9efc65f
commit 39f5c75486
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -95,6 +95,7 @@ class PollenParser:
If an error occurs, return the default value"""
pollen_data = self.get_default_data()
try:
_LOGGER.debug(f"Full SVG: {self._xml}")
root = ET.fromstring(self._xml)
except ET.ParseError:
_LOGGER.warning("Could not parse SVG pollen XML")