core/homeassistant/components/metoffice/manifest.json

11 lines
316 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"],
2023-10-10 19:34:49 +00:00
"requirements": ["datapoint==0.9.8;python_version<'3.12'"]
}