core/homeassistant/components/met/manifest.json

11 lines
302 B
JSON
Raw Normal View History

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