Fix Squeezebox media browsing (#81197)

* Squeezebox media browser fix icons

* Update pysqueezebox to 0.6.1
pull/81341/head
Raj Laud 2022-10-30 01:23:46 -04:00 committed by Paulus Schoutsen
parent 96cdb29755
commit 0465510ed7
4 changed files with 3 additions and 4 deletions

View File

@ -156,7 +156,6 @@ async def library_payload(hass, player):
media_content_type=item,
can_play=True,
can_expand=True,
thumbnail="https://brands.home-assistant.io/_/squeezebox/logo.png",
)
)

View File

@ -3,7 +3,7 @@
"name": "Squeezebox (Logitech Media Server)",
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
"codeowners": ["@rajlaud"],
"requirements": ["pysqueezebox==0.6.0"],
"requirements": ["pysqueezebox==0.6.1"],
"config_flow": true,
"dhcp": [
{

View File

@ -1920,7 +1920,7 @@ pysoma==0.0.10
pyspcwebgw==0.4.0
# homeassistant.components.squeezebox
pysqueezebox==0.6.0
pysqueezebox==0.6.1
# homeassistant.components.stiebel_eltron
pystiebeleltron==0.0.1.dev2

View File

@ -1355,7 +1355,7 @@ pysoma==0.0.10
pyspcwebgw==0.4.0
# homeassistant.components.squeezebox
pysqueezebox==0.6.0
pysqueezebox==0.6.1
# homeassistant.components.switchbee
pyswitchbee==1.5.5