Skip to content

Releases: jjlawren/sonos_cloud

0.3.5

27 Jan 19:24
Compare
Choose a tag to compare

Updated Requirements

sonos_cloud now requires Home Assistant 2022.8.0 or newer.

Fixes

0.3.4

10 Jan 04:05
Compare
Choose a tag to compare

0.3.3

27 Nov 03:39
Compare
Choose a tag to compare

Bug Fixes

  • Addresses media_source warning (Fixes #36)

0.3.2

10 Aug 14:33
Compare
Choose a tag to compare

Bug Fixes

  • Fix integration reloading (Fixes #33)

Improvements

  • More explicitly mention new entities in README (#32)

Thanks to @Docano for their first contribution!

0.3.1

16 Jun 14:22
Compare
Choose a tag to compare

Bug fixes

  • Improves HTTP error handling (fixes #26)

0.3.0

02 Jun 02:09
Compare
Choose a tag to compare

Updated Requirements

sonos_cloud now requires Home Assistant 2022.6.0 or newer.

New Features

Bug Fixes

  • Fix warning message when adding duplicate integration

0.2.2

02 May 21:28
Compare
Choose a tag to compare

Updated Requirements

sonos_cloud now requires Home Assistant 2022.5.0 or newer.

This release addresses deprecations and breaking changes related to Home Assistant 2022.5:

0.2.1

01 Mar 20:39
Compare
Choose a tag to compare

Maintenance release preparing for 2022.3.0 launch.

Adds a Brazilian Portuguese translation (thanks @LeandroIssa!)

Removes "play" button support which was temporarily added as it is no longer needed. The Media Browser button is now available in the "More Info" popup on any media_player.

0.2.0

24 Feb 02:32
Compare
Choose a tag to compare

Updated Requirements

sonos_cloud now requires 2022.3.0 or newer (including beta releases).

New Features

This release adds support for the Media Browser and Media Source items. This allows selection of local media files (e.g. a doorbell audio clip) from the UI and use of media_source URLs in media_player.play_media calls.

The latter will allow controlling volume of TTS messages using media_source URLs:

service: media_player.play_media
data:
  entity_id: media_player.kitchen
  media_content_id: media-source://tts/cloud?message=Hello there friend
  media_content_type: music
  extra:
    volume: 35

Additionally, the "Play" button/service has been enabled for media players. This is primarily to ensure the media browser icon is displayed on Media Control cards in the frontend. Hitting this button will simply replay the previous notification (if any). Note: This feature may be removed in a future release.

0.1.2

21 Feb 03:26
Compare
Choose a tag to compare

Bug Fix

  • Handle empty restore states. Fixes issue upgrading to 0.1.1.