Skip to content

Commit

Permalink
[ 1.0.63 ] * Added extra state variable: stp_nowplaying_image_url. …
Browse files Browse the repository at this point in the history
…Returns the url of the nowplaying image if one is present; otherwise, None.

  * Updated underlying `spotifywebapiPython` package requirement to version 1.0.96.
  • Loading branch information
thlucas1 committed Sep 20, 2024
1 parent 80450a1 commit d9c5207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.63 ] - 2024/09/19

* Added extra state variable: `stp_nowplaying_image_url`. Returns the url of the nowplaying image if one is present; otherwise, None.
* Updated underlying `spotifywebapiPython` package requirement to version 1.0.96.

###### [ 1.0.62 ] - 2024/09/16

* Added extra state variable: `stp_nowplaying_image_url`. Returns the url of the nowplaying image if one is present; otherwise, None.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/soundtouchplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.95",
"spotifywebapiPython>=1.0.96",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "1.0.62",
"version": "1.0.63",
"zeroconf": [ "_soundtouch._tcp.local." ]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ homeassistant==2024.5.0
ruff==0.1.3
bosesoundtouchapi==1.0.66
smartinspectPython>=3.0.33
spotifywebapiPython>=1.0.95
spotifywebapiPython>=1.0.96

0 comments on commit d9c5207

Please sign in to comment.