mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump soco to 0.26.0 (#64819)
This commit is contained in:
parent
13cfb92d06
commit
a046cef734
@ -3,7 +3,7 @@
|
||||
"name": "Sonos",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sonos",
|
||||
"requirements": ["soco==0.25.3"],
|
||||
"requirements": ["soco==0.26.0"],
|
||||
"dependencies": ["ssdp"],
|
||||
"after_dependencies": ["plex", "zeroconf", "media_source"],
|
||||
"zeroconf": ["_sonos._tcp.local."],
|
||||
|
@ -512,8 +512,8 @@ class SonosMediaPlayerEntity(SonosEntity, MediaPlayerEntity):
|
||||
|
||||
If media_id is a Plex payload, attempt Plex->Sonos playback.
|
||||
|
||||
If media_id is a Sonos or Tidal share link, attempt playback
|
||||
using the respective service.
|
||||
If media_id is an Apple Music, Deezer, Sonos, or Tidal share link,
|
||||
attempt playback using the respective service.
|
||||
|
||||
If media_type is "playlist", media_id should be a Sonos
|
||||
Playlist name. Otherwise, media_id should be a URI.
|
||||
|
@ -2228,7 +2228,7 @@ smhi-pkg==1.0.15
|
||||
snapcast==2.1.3
|
||||
|
||||
# homeassistant.components.sonos
|
||||
soco==0.25.3
|
||||
soco==0.26.0
|
||||
|
||||
# homeassistant.components.solaredge_local
|
||||
solaredge-local==0.2.0
|
||||
|
@ -1355,7 +1355,7 @@ smarthab==0.21
|
||||
smhi-pkg==1.0.15
|
||||
|
||||
# homeassistant.components.sonos
|
||||
soco==0.25.3
|
||||
soco==0.26.0
|
||||
|
||||
# homeassistant.components.solaredge
|
||||
solaredge==0.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user