github thlucas1/homeassistantcomponent_spotifyplus v1.0.150

latest releases: v1.0.159, v1.0.158, v1.0.157...
one month ago

[ 1.0.150 ] - 2025/08/02

  • Updated the following services to support Spotify Track Re-Linking functionality: get_album, get_albums, get_album_tracks, get_playlist_items, get_track, get_tracks, get_track_favorites. These services will now return the track re-linking properties (see below).
  • Added new properties for returned track data relating to track re-linking:
    • id_origin property that contains the origin Spotify ID for the track. The linked_from.id value is returned if present; otherwise, the id value is returned. This is a helper property, and is not part of the Spotify Web API specification.
    • uri_origin property that contains the origin Spotify URI for the track. The linked_from.Uri value is returned if present; otherwise, the Uri value is returned. This is a helper property, and is not part of the Spotify Web API specification.
    • is_linked_from property that determines whether or not the track is linked from another track (True) or not (False). This is a helper property, and is not part of the Spotify Web API specification.
    • Added linked_from property that is part of the response when Track Relinking is applied, and the requested track has been replaced with a different track. The track in the LinkedFrom object contains information about the originally requested track.
  • Updated package requirement from spotifywebapipython>=1.0.233 to spotifywebapipython>=1.0.234.

Don't miss a new homeassistantcomponent_spotifyplus release

NewReleases is sending notifications on new releases.