Skip to content

Commit

Permalink
[ 1.0.73 ] * Updated underlying spotifywebapiPython package require…
Browse files Browse the repository at this point in the history
…ment to version 1.0.127.
  • Loading branch information
thlucas1 committed Dec 20, 2024
1 parent a120a63 commit 9e37917
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.73 ] - 2024/12/20

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

###### [ 1.0.72 ] - 2024/12/18

* Updated underlying `spotifywebapiPython` package requirement to version 1.0.126.
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 @@ -18,10 +18,10 @@
"requests_oauthlib>=1.3.1",
"soco>=0.30.4",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.126",
"spotifywebapiPython>=1.0.127",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "1.0.72",
"version": "1.0.73",
"zeroconf": [ "_spotify-connect._tcp.local." ]
}
2 changes: 1 addition & 1 deletion custom_components/spotifyplus/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@
},
"limit_total": {
"name": "Limit Total",
"description": "The maximum number of items to retrieve from favorites. Default is 200."
"description": "The maximum number of items to retrieve from favorites. Default is 200; Range is 1 - 750."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotifyplus/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@
},
"limit_total": {
"name": "Limit Total",
"description": "The maximum number of items to retrieve from favorites. Default is 200."
"description": "The maximum number of items to retrieve from favorites. Default is 200; Range is 1 - 750."
}
}
},
Expand Down
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
soco>=0.30.4
smartinspectPython>=3.0.33
spotifywebapiPython>=1.0.126
spotifywebapiPython>=1.0.127

0 comments on commit 9e37917

Please sign in to comment.