2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "squeezebox",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Logitech Squeezebox",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@rajlaud"],
|
|
|
|
"requirements": ["pysqueezebox==0.5.5"],
|
2021-01-16 13:25:15 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"dhcp": [
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
|
|
|
"hostname": "squeezebox*",
|
|
|
|
"macaddress": "000420*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"iot_class": "local_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|