core/homeassistant/components/linkplay/manifest.json

13 lines
352 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",
"loggers": ["linkplay"],
"requirements": ["python-linkplay==0.1.3"],
"zeroconf": ["_linkplay._tcp.local."]
}