core/homeassistant/components/open_meteo/manifest.json

12 lines
315 B
JSON
Raw Normal View History

{
"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"],
"integration_type": "service",
"iot_class": "cloud_polling"
}