Releases: jjlawren/sonos_cloud
0.3.5
Updated Requirements
sonos_cloud
now requires Home Assistant 2022.8.0 or newer.
Fixes
- Change platform setup call to use current supported method.
Relevant HA Dev blog post: https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards
0.3.4
Bug Fixes
0.3.3
0.3.2
0.3.1
0.3.0
Updated Requirements
sonos_cloud
now requires Home Assistant 2022.6.0 or newer.
New Features
- Support Application Credentials for account linking
Bug Fixes
- Fix warning message when adding duplicate integration
0.2.2
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
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
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.