mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"domain": "met",
|
|
"name": "Meteorologisk institutt (Met.no)",
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/met",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["metno"],
|
|
"requirements": ["PyMetno==0.13.0"]
|
|
}
|