v1.0.71
[ 1.0.71 ] - 2024/12/17
- Added extra state attribute:
sp_playing_type
- object type of the currently playing item, or null if nothing is playing. If not null, it can be one oftrack
,episode
,ad
orunknown
. This allows you to detect when an advertisement is playing for Spotify Free accounts. - Bypassed logic in
turn_on
service for Spotify Free account to transfer playback and resume play. These were failing for Spotify Free accounts, since they require Premium account to execute. - Removed unsupported features for Spotify Free subscription: PAUSE, PLAY, PLAY_MEDIA, SELECT_SOURCE, VOLUME_MUTE, VOLUME_SET, VOLUME_STEP. These features require Spotify premium membership.
- Replaced caught exception calls of
raise HomeAssistantError
withraise ServiceValidationError
, which should reduce stack traces in the logs which are not necessary.