Releases: thlucas1/homeassistantcomponent_spotifyplus
Releases · thlucas1/homeassistantcomponent_spotifyplus
v1.0.10
[ 1.0.10 ] - 2024/03/20
- Added service
follow_artist
to add the current user as a follower of one or more artists. - Added service
unfollow_artist
to remove the current user as a follower of one or more artists. - Added service
save_album_favorites
to save one or more items to the current user's album favorites. - Added service
remove_album_favorites
to remove one or more items from the current user's album favorites. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.37. - Updated service
playlist_create
to add theimage_path
argument to allow a cover art image to be assigned when a playlist is created. - Updated service
playlist_change
to add theimage_path
argument to allow a cover art image to be updated when a playlist details are updated.
v1.0.9
[ 1.0.9 ] - 2024/03/19
- Added service
playlist_create
to create a new Spotify playlist. - Added service
playlist_change
to change the details for an existing Spotify playlist. - Added service
playlist_cover_image_add
to replace the image displayed for a specified playlist ID. - Added service
playlist_items_clear
to remove (clear) all items from a user's playlist. - Added service
playlist_items_remove
to remove one or more items from a user's playlist. - Added service
save_track_favorites
to save one or more items to the current user's track favorites. - Added service
remove_track_favorites
to remove one or more items from the current user's track favorites. - Updated
media_player.play_media
method to better supportplay_media
service enqueue features.
v1.0.8
v1.0.7
[ 1.0.7 ] - 2024/03/07
- Updated service
service_spotify_player_media_play_context
to pause the Spotify Connect device before switching play context, and resuming after. - Updated service
service_spotify_player_media_play_tracks
to pause the Spotify Connect device before switching play context, and resuming after. - Updated media_player to inform HA of manual status updates as they happen (e.g. pause, resume, next track, etc).
v1.0.6
[ 1.0.6 ] - 2024/03/05
- Updated service
player_transfer_playback
schema to make thedevice_id
argument optional instead of required. This allows the active spotify connect player to be used (if desired) when transferring playback. - commented out the
ignore: "brands"
in validate.yaml, as brands have been added for the integration.
v1.0.5
[ 1.0.5 ] - 2024/03/02
- Added configuration option
default_device
to allow a user to specify a default Spotify Connect device to use when one is not active. - Added service
player_media_play_context
to start playing one or more tracks of the specified context on a Spotify Connect device. - Added service
player_media_play_tracks
to start playing one or more tracks on a Spotify Connect device. - Added service
player_transfer_playback
to transfer playback to a new Spotify Connect device and optionally begin playback. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.33.
v1.0.4
[ 1.0.4 ] - 2024/03/01
- Added service
search_albums
to search the Spotify catalog for matching album criteria. - Added service
search_artists
to search the Spotify catalog for matching artist criteria. - Added service
search_audiobooks
to search the Spotify catalog for matching audiobook criteria. - Added service
search_episodes
to search the Spotify catalog for matching episode criteria. - Added service
search_shows
to search the Spotify catalog for matching show (aka podcast) criteria. - Added service
search_tracks
to search the Spotify catalog for matching track criteria. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.32.