1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/squeezebox/manifest.json
2026-03-24 21:49:45 +01:00

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.14.0"]
}