mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Give Sonos media browse folders Sonos logos to distinguish from media… (#67248)
This commit is contained in:
@@ -267,6 +267,7 @@ async def root_payload(
|
|||||||
media_class=MEDIA_CLASS_DIRECTORY,
|
media_class=MEDIA_CLASS_DIRECTORY,
|
||||||
media_content_id="",
|
media_content_id="",
|
||||||
media_content_type="favorites",
|
media_content_type="favorites",
|
||||||
|
thumbnail="https://brands.home-assistant.io/_/sonos/logo.png",
|
||||||
can_play=False,
|
can_play=False,
|
||||||
can_expand=True,
|
can_expand=True,
|
||||||
)
|
)
|
||||||
@@ -281,6 +282,7 @@ async def root_payload(
|
|||||||
media_class=MEDIA_CLASS_DIRECTORY,
|
media_class=MEDIA_CLASS_DIRECTORY,
|
||||||
media_content_id="",
|
media_content_id="",
|
||||||
media_content_type="library",
|
media_content_type="library",
|
||||||
|
thumbnail="https://brands.home-assistant.io/_/sonos/logo.png",
|
||||||
can_play=False,
|
can_play=False,
|
||||||
can_expand=True,
|
can_expand=True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user