core/homeassistant/components/met/manifest.json

11 lines
302 B
JSON

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