#meteoalarm broken since 2024.12?

1 messages · Page 1 of 1 (latest)

jovial quartz
#

Since updating to 2024.12 the meteoalarm integration has no entities anymore.

I checked the documentation, it all seems right.

binary_sensor:

  • platform: meteoalarm
    country: "netherlands"
    province: "Drenthe"

I did a search online but can not find any info relating to this.

I do see some errors in the debug logs, but I can not make much sense of it.

2024-12-05 17:05:40.423 ERROR (MainThread) [homeassistant.components.binary_sensor] meteoalarm: Error on device update!

It says something about countryname, but what else could it be (not sure if thats the same integration)?

File "/usr/src/homeassistant/homeassistant/components/meteoalarm/binary_sensor.py", line 83, in update
if alert := self._api.get_alert():
~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/meteoalertapi/meteoalertapi.py", line 66, in get_alert
self.check_status_code(response.status_code)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/meteoalertapi/meteoalertapi.py", line 121, in check_status_code
raise(WrongCountry**('Apparently unsupported country name was specified'))**
meteoalertapi.meteoalertapi.WrongCountry: Apparently unsupported country name was specified