core/homeassistant/components/metoffice/manifest.json

11 lines
294 B
JSON

{
"domain": "metoffice",
"name": "Met Office",
"codeowners": ["@MrHarcombe", "@avee87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/metoffice",
"iot_class": "cloud_polling",
"loggers": ["datapoint"],
"requirements": ["datapoint==0.9.9"]
}