* Update to new library, revise discovery to work with new library, specify port to work with new library. * Move user gui to fallback. * Revise tests. * Handle old config. * Improve debugging, refresh faster on load. * Remove duplicate. * Bump library version. * Fix docstring per review. * Review suggestion Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Review suggestion Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Add check for duplicate host. * Add error message to strings. * Tidy. * Review changes. * Remove default. Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
10 lines
273 B
JSON
10 lines
273 B
JSON
{
|
|
"domain": "roon",
|
|
"name": "RoonLabs music player",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/roon",
|
|
"requirements": ["roonapi==0.1.1"],
|
|
"codeowners": ["@pavoni"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["roonapi"]
|
|
}
|