mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
12 lines
302 B
JSON
12 lines
302 B
JSON
{
|
|
"domain": "roon",
|
|
"name": "RoonLabs music player",
|
|
"codeowners": ["@pavoni"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/roon",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["roonapi"],
|
|
"requirements": ["roonapi==0.1.6"]
|
|
}
|