1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/met/manifest.json
2021-11-12 22:09:07 +01:00

10 lines
278 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"
}