core/homeassistant/components/tplink_omada/manifest.json

11 lines
303 B
JSON
Raw Normal View History

{
"domain": "tplink_omada",
"name": "TP-Link Omada",
2023-02-08 19:41:50 +00:00
"codeowners": ["@MarkGodwin"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tplink_omada",
"integration_type": "hub",
2023-02-08 19:41:50 +00:00
"iot_class": "local_polling",
"requirements": ["tplink-omada-client==1.1.3"]
}