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