mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
402ed7e0f3
Co-authored-by: Claude <noreply@anthropic.com>
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"domain": "met",
|
|
"name": "Meteorologisk institutt (Met.no)",
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/met",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["metno"],
|
|
"requirements": ["PyMetno==0.13.0"]
|
|
}
|