Hello
The meteoalarm don’t work for me:
|Version |core-2021.5.5|
|Installationstyp |Home Assistant OS|
- platform: meteoalarm
country: “DE”
province: “Stadt Berlin”
If I take the example with
- platform: meteoalarm
country: “NL”
province: “Groningen”
that works…
Logger: homeassistant.components.binary_sensor
Source: components/meteoalarm/binary_sensor.py:88
Integration: Binärsensor (documentation, issues)
First occurred: 09:07:32 (1 occurrences)
Last logged: 09:07:32
meteoalarm: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 407, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 516, in async_device_update
await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, 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.8/site-packages/meteoalertapi/meteoalertapi.py”, line 34, in get_alert
feed_data = xmltodict.parse(text)
File “/usr/local/lib/python3.8/site-packages/xmltodict.py”, line 327, in parse
parser.Parse(xml_input, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 28, column 71
Any ideas?
Greetings Frank