mirror of https://github.com/home-assistant/core
17 lines
425 B
JSON
17 lines
425 B
JSON
{
|
|
"domain": "squeezebox",
|
|
"name": "Squeezebox (Lyrion Music Server)",
|
|
"codeowners": ["@rajlaud", "@pssc", "@peteS-UK"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "squeezebox*",
|
|
"macaddress": "000420*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pysqueezebox"],
|
|
"requirements": ["pysqueezebox==0.10.0"]
|
|
}
|