core/homeassistant/components/met/manifest.json

11 lines
292 B
JSON
Raw Normal View History

{
"domain": "met",
"name": "Meteorologisk institutt (Met.no)",
"codeowners": ["@danielhiversen"],
"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"],
2023-08-17 05:45:23 +00:00
"requirements": ["PyMetno==0.11.0"]
}