2021-12-16 20:12:33 +00:00
|
|
|
{
|
|
|
|
"domain": "open_meteo",
|
|
|
|
"name": "Open-Meteo",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/open_meteo",
|
|
|
|
"requirements": ["open-meteo==0.2.1"],
|
|
|
|
"dependencies": ["zone"],
|
|
|
|
"codeowners": ["@frenck"],
|
2022-10-23 18:43:13 +00:00
|
|
|
"integration_type": "service",
|
2021-12-16 20:12:33 +00:00
|
|
|
"iot_class": "cloud_polling"
|
|
|
|
}
|