core/homeassistant/components/met/manifest.json

11 lines
302 B
JSON
Raw Normal View History

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