hass-core/homeassistant/components/met/manifest.json
2022-01-28 13:37:53 -08:00

10 lines
302 B
JSON

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