core/homeassistant/components/metoffice/manifest.json

11 lines
283 B
JSON

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