v1.0.49
[ 1.0.49 ] - 2024/08/16
- Updated service
zeroconf_device_connect
to correctly process Spotify Connect requests for token typeauthorization_code
devices. This requires you to setup a seperate OAuth2 authorization access token outside of Home Assistant in order to activate these devices. This (currently) only affects Sonos devices, as they are the only manufacturer (that I am aware of) that implements theauthorization_code
token type. More information can be found in the wiki documentation. - Added service
get_spotify_connect_device
to Get information about a specific Spotify Connect player device, and (optionally) activate the device if it requires it. - Updated service
player_resolve_device_id
with deprecated status, as theget_spotify_connect_device
service offers the same (and more) functionality. - Updated service descriptions for services that specify a
limit
argument. - Added
sortResult
argument to the various services that return lists that can be sorted. If True (default), result items are sorted by name prior to returning to the caller; otherwise, results are left in the order that the Spotify Web API returned them. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.83.