core/homeassistant/components/linkplay/manifest.json

12 lines
325 B
JSON

{
"domain": "linkplay",
"name": "LinkPlay",
"codeowners": ["@Velleman"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/linkplay",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": ["python-linkplay==0.0.8"],
"zeroconf": ["_linkplay._tcp.local."]
}