core/homeassistant/components/met/manifest.json

10 lines
278 B
JSON
Raw Normal View History

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