Skip to content

Commit

Permalink
[ 1.0.33 ] * Updated underlying spotifywebapiPython package require…
Browse files Browse the repository at this point in the history
…ment to version 1.0.66.

  * The underlying `spotifywebapiPython` update changes the way the Spotify Connect Zeroconf API processes the `status` and `spotifyError` response values.  Some Spotify Connect devices return them as strings, while other return them as numerics.  Spotify Zeroconf API specifically says they should be returned as integer values.
  • Loading branch information
thlucas1 committed Jun 25, 2024
1 parent 7ff759c commit 2e5b9c2
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.33 ] - 2024/06/25

* Updated underlying `spotifywebapiPython` package requirement to version 1.0.66.
* The underlying `spotifywebapiPython` update changes the way the Spotify Connect Zeroconf API processes the `status` and `spotifyError` response values. Some Spotify Connect devices return them as strings, while other return them as numerics. Spotify Zeroconf API specifically says they should be returned as integer values.

###### [ 1.0.32 ] - 2024/06/25

* Updated underlying `spotifywebapiPython` package requirement to version 1.0.65.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/spotifyplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.65",
"spotifywebapiPython>=1.0.66",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "1.0.32",
"version": "1.0.33",
"zeroconf": [ "_spotify-connect._tcp.local." ]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ colorlog==6.7.0
homeassistant==2024.5.0
ruff==0.1.3
smartinspectPython>=3.0.33
spotifywebapiPython>=1.0.65
spotifywebapiPython>=1.0.66

0 comments on commit 2e5b9c2

Please sign in to comment.