core/homeassistant/components/squeezebox/manifest.json

17 lines
404 B
JSON

{
"domain": "squeezebox",
"name": "Squeezebox (Logitech Media Server)",
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
"codeowners": ["@rajlaud"],
"requirements": ["pysqueezebox==0.6.1"],
"config_flow": true,
"dhcp": [
{
"hostname": "squeezebox*",
"macaddress": "000420*"
}
],
"iot_class": "local_polling",
"loggers": ["pysqueezebox"]
}