mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
19 lines
483 B
JSON
19 lines
483 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",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pysqueezebox"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pysqueezebox==0.13.0"]
|
|
}
|