diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b49093..0bcc0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 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. diff --git a/custom_components/spotifyplus/manifest.json b/custom_components/spotifyplus/manifest.json index 6f4f5d7..85662e5 100644 --- a/custom_components/spotifyplus/manifest.json +++ b/custom_components/spotifyplus/manifest.json @@ -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." ] } diff --git a/requirements.txt b/requirements.txt index b862116..d56b8cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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