I wanted to ZAMG integration for austrian weather data because most of the other services are very unreliable.
I configured the integration via configuration.yaml as written in the documentation with the station id 11331 for āKlagenfurt/Flughafenā and the integration tells me
2021-03-17 06:51:31 ERROR (SyncWorker_2) [homeassistant.components.zamg.sensor] Configured ZAMG station_id (11331) is not a known station
Anyhow I looked over the code on github (Iām not a coder) and saw that obviously the list is getting fetched from: http://www.zamg.ac.at/ogd/ and what should I say - the station ID is correct.
Unfortunately this still does not work (I already stripped out this URL from the github-source-code) - It looks like that only āKlagenfurtā is not working. All other stations work fine. I already opened a BUG at github for this issue.
Unfortunately Iām not in python programming so Iām not able to fix that on my own.