Skip to content

Releases: thlucas1/homeassistantcomponent_spotifyplus

v1.0.6

05 Mar 22:30
Compare
Choose a tag to compare

[ 1.0.6 ] - 2024/03/05

  • Updated service player_transfer_playback schema to make the device_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

02 Mar 21:26
Compare
Choose a tag to compare

[ 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

01 Mar 23:37
Compare
Choose a tag to compare

[ 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.

v1.0.3

01 Mar 00:51
Compare
Choose a tag to compare

[ 1.0.3 ] - 2024/02/28

  • Updated service get_show_episodes to include the limit_total argument.
  • Added service get_player_queue_info to retrieve the player queue information.
  • Added service get_player_devices to retrieve player device list.

v1.0.2

28 Feb 16:35
Compare
Choose a tag to compare

[ 1.0.2 ] - 2024/02/28

  • Updated underlying spotifywebapiPython package requirement to version 1.0.31.