Fix Squeezebox media browsing (#81197)
* Squeezebox media browser fix icons * Update pysqueezebox to 0.6.1pull/81341/head
parent
96cdb29755
commit
0465510ed7
|
@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue