Skip to content

Commit

Permalink
[ 1.0.41 ] * Updated underlying spotifywebapiPython package require…
Browse files Browse the repository at this point in the history
…ment to version 1.0.43.
  • Loading branch information
thlucas1 committed Apr 22, 2024
1 parent 5a133af commit 5657b97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.41 ] - 2024/04/21

* Updated underlying `spotifywebapiPython` package requirement to version 1.0.43.

###### [ 1.0.40 ] - 2024/04/15

* Corrected a bug in the underlying `bosesoundtouchapi` that was returning an incorrect image url for currently playing media. This incorrect value was being used by the `media_player.media_image_url` value, which caused an incorrect image to be displayed for currently playing media in the media player UI.
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 @@ -11,8 +11,8 @@
"requirements": [
"bosesoundtouchapi==1.0.58",
"smartinspectPython>=3.0.33",
"spotifywebapiPython==1.0.42"
"spotifywebapiPython==1.0.43"
],
"version": "1.0.40",
"version": "1.0.41",
"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==2023.8.0
ruff==0.1.3
smartinspectPython>=3.0.33
bosesoundtouchapi==1.0.58
spotifywebapiPython==1.0.42
spotifywebapiPython==1.0.43

0 comments on commit 5657b97

Please sign in to comment.