After update 2021.7.1 the integration meteoalarm
seems to be faulty (syntax error)
Logger: homeassistant.components.binary_sensor
Source: components/meteoalarm/binary_sensor.py:88
Integration: Binärsensor (documentation, issues)
First occurred: 14:48:15 (1 occurrences)
Last logged: 14:48:15
meteoalarm: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 432, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 601, in async_device_update
await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/meteoalarm/binary_sensor.py", line 88, in update
alert = self._api.get_alert()
File "/usr/local/lib/python3.9/site-packages/meteoalertapi/meteoalertapi.py", line 34, in get_alert
feed_data = xmltodict.parse(text)
File "/usr/local/lib/python3.9/site-packages/xmltodict.py", line 327, in parse
parser.Parse(xml_input, True)
xml.parsers.expat.ExpatError: syntax error: line 1, column 0
Has anybody a similar experience? Do I have a config issue?
Any hint welcome - thanks!