Releases: thlucas1/homeassistantcomponent_spotifyplus
Releases · thlucas1/homeassistantcomponent_spotifyplus
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.