hass-core/homeassistant/components/tplink_omada/manifest.json
MarkGodwin e3287b93a5
Bump tplink-omada-api to 1.4.2 (#124136)
Fix for bad pre-registered clients
2024-08-18 14:23:47 +02:00

10 lines
303 B
JSON

{
"domain": "tplink_omada",
"name": "TP-Link Omada",
"codeowners": ["@MarkGodwin"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tplink_omada",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": ["tplink-omada-client==1.4.2"]
}