mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix fetching MeteoAlarm XML data (#75840)
This commit is contained in:
parent
f07d64e7db
commit
997f03d0ea
@ -2,7 +2,7 @@
|
||||
"domain": "meteoalarm",
|
||||
"name": "MeteoAlarm",
|
||||
"documentation": "https://www.home-assistant.io/integrations/meteoalarm",
|
||||
"requirements": ["meteoalertapi==0.2.0"],
|
||||
"requirements": ["meteoalertapi==0.3.0"],
|
||||
"codeowners": ["@rolfberkenbosch"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["meteoalertapi"]
|
||||
|
@ -1028,7 +1028,7 @@ meater-python==0.0.8
|
||||
messagebird==1.2.0
|
||||
|
||||
# homeassistant.components.meteoalarm
|
||||
meteoalertapi==0.2.0
|
||||
meteoalertapi==0.3.0
|
||||
|
||||
# homeassistant.components.meteo_france
|
||||
meteofrance-api==1.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user