hass-core/homeassistant/components/met/manifest.json
2021-04-23 11:29:20 -10:00

9 lines
278 B
JSON

{
"domain": "met",
"name": "Meteorologisk institutt (Met.no)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/met",
"requirements": ["pyMetno==0.8.3"],
"codeowners": ["@danielhiversen", "@thimic"],
"iot_class": "cloud_polling"
}