Skip to content

Commit

Permalink
Added SoCo requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
thlucas1 committed Sep 29, 2024
1 parent f017285 commit 0765d55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Change are listed in reverse chronological order (newest to oldest).
* Added the following extra state attribute: `sp_device_is_brand_sonos` - denotes the source device is a Sonos brand device (true) or not (false).
* Added service `get_track` to get Spotify catalog information for a single track identified by its unique Spotify ID.
* Added service `get_episode` to get Spotify catalog information for a single episode identified by its unique Spotify ID.
* Added `SoCo` requirements.
* Updated underlying `spotifywebapiPython` package requirement to version 1.0.101.

###### [ 1.0.58 ] - 2024/09/25
Expand Down
1 change: 1 addition & 0 deletions custom_components/spotifyplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"platformdirs>=4.1.0",
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"soco>=0.30.4",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.101",
"urllib3>=1.21.1,<1.27",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ pip>=21.0,<23.4
colorlog==6.7.0
homeassistant==2024.5.0
ruff==0.1.3
soco>=0.30.4
smartinspectPython>=3.0.33
spotifywebapiPython>=1.0.101

0 comments on commit 0765d55

Please sign in to comment.