1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/squeezebox/manifest.json
2025-05-21 15:17:51 +02:00

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