core/homeassistant/components/metoffice/manifest.json

11 lines
294 B
JSON
Raw Normal View History

{
"domain": "metoffice",
"name": "Met Office",
"codeowners": ["@MrHarcombe", "@avee87"],
"config_flow": true,
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/metoffice",
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["datapoint"],
"requirements": ["datapoint==0.9.8"]
}