hass-core/homeassistant/components/squeezebox/manifest.json
Raj Laud 575ac5ae0a
Squeezebox play now support (#72626)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-08-28 17:50:44 -05:00

16 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.0"],
"config_flow": true,
"dhcp": [
{
"hostname": "squeezebox*",
"macaddress": "000420*"
}
],
"iot_class": "local_polling",
"loggers": ["pysqueezebox"]
}