hass-core/homeassistant/components/metoffice/manifest.json
avee87 b3fec4c401
Typehints and cleanup for metoffice (#74338)
* Typehints and cleanup for metoffice

* add myself as owner
2022-07-04 19:12:41 +03:00

10 lines
294 B
JSON

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