mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix Squeezebox media browsing (#81197)
* Squeezebox media browser fix icons * Update pysqueezebox to 0.6.1
This commit is contained in:
parent
52f592a7d9
commit
dd8b4e2a9b
@ -156,7 +156,6 @@ async def library_payload(hass, player):
|
|||||||
media_content_type=item,
|
media_content_type=item,
|
||||||
can_play=True,
|
can_play=True,
|
||||||
can_expand=True,
|
can_expand=True,
|
||||||
thumbnail="https://brands.home-assistant.io/_/squeezebox/logo.png",
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Squeezebox (Logitech Media Server)",
|
"name": "Squeezebox (Logitech Media Server)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
|
||||||
"codeowners": ["@rajlaud"],
|
"codeowners": ["@rajlaud"],
|
||||||
"requirements": ["pysqueezebox==0.6.0"],
|
"requirements": ["pysqueezebox==0.6.1"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
|
@ -1920,7 +1920,7 @@ pysoma==0.0.10
|
|||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.squeezebox
|
# homeassistant.components.squeezebox
|
||||||
pysqueezebox==0.6.0
|
pysqueezebox==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.stiebel_eltron
|
# homeassistant.components.stiebel_eltron
|
||||||
pystiebeleltron==0.0.1.dev2
|
pystiebeleltron==0.0.1.dev2
|
||||||
|
@ -1355,7 +1355,7 @@ pysoma==0.0.10
|
|||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.squeezebox
|
# homeassistant.components.squeezebox
|
||||||
pysqueezebox==0.6.0
|
pysqueezebox==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.switchbee
|
# homeassistant.components.switchbee
|
||||||
pyswitchbee==1.5.5
|
pyswitchbee==1.5.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user