1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/linkplay/manifest.json
2025-06-12 20:38:42 +01:00

13 lines
353 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.2.12"],
"zeroconf": ["_linkplay._tcp.local."]
}