* Supports access to squeezebox server behind https reverse proxy * Update squeezebox test * Update homeassistant/components/squeezebox/config_flow.py Co-authored-by: Robert Resch <robert@resch.dev> * Update homeassistant/components/squeezebox/config_flow.py Co-authored-by: Robert Resch <robert@resch.dev> * Update squeezebox unit tests based on code review * Migration unit test * Run black on suggestions accepted in code review * Apply suggestions from code review Instead of upgrading squeezebox config, just assume a default of https=False. Co-authored-by: Erik Montnemery <erik@montnemery.com> * Update test_init.py Remove migrate entry test since we are no longer migrating * Delete tests/components/squeezebox/test_init.py Remove unused test --------- Co-authored-by: Robert Resch <robert@resch.dev> Co-authored-by: Erik Montnemery <erik@montnemery.com>
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"domain": "squeezebox",
|
|
"name": "Squeezebox (Logitech Media Server)",
|
|
"codeowners": ["@rajlaud"],
|
|
"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.7.1"]
|
|
}
|