Skip to content

Commit

Permalink
[ 1.0.46 ] * Updated underlying spotifywebapiPython package require…
Browse files Browse the repository at this point in the history
…ment to version 1.0.44.
  • Loading branch information
thlucas1 committed Jun 7, 2024
1 parent 3d9feb7 commit bb0e5db
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.46 ] - 2024/06/07

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

###### [ 1.0.45 ] - 2024/06/06

* Changed logic to access file system files via a `hass.async_add_executor_job` call. This fixes the issue of `Detected blocking call to open inside the event loop by custom integration 'X' ...` that was introduced with HA 2024.6 release.
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.66",
"smartinspectPython>=3.0.33",
"spotifywebapiPython==1.0.43"
"spotifywebapiPython==1.0.44"
],
"version": "1.0.45",
"version": "1.0.46",
"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
smartinspectPython>=3.0.33
bosesoundtouchapi==1.0.66
spotifywebapiPython==1.0.43
spotifywebapiPython==1.0.44

0 comments on commit bb0e5db

Please sign in to comment.