File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
custom_components/soundtouchplus Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).
6
6
7
7
<span class =" changelog " >
8
8
9
+ ###### [ 1.0.111 ] - 2025/04/23
10
+
11
+ * Updated underlying ` spotifywebapipython ` package requirement to version 1.0.200.
12
+
9
13
###### [ 1.0.110 ] - 2025/04/07
10
14
11
15
* Updated underlying ` spotifywebapipython ` package requirement to version 1.0.199.
Original file line number Diff line number Diff line change 15
15
" requests>=2.31.0" ,
16
16
" requests_oauthlib>=1.3.1" ,
17
17
" smartinspectpython>=3.0.37" ,
18
- " spotifywebapipython>=1.0.199 " ,
18
+ " spotifywebapipython>=1.0.200 " ,
19
19
" urllib3>=1.21.1,<1.27" ,
20
20
" zeroconf>=0.132.2"
21
21
],
22
- "version" : " 1.0.110 " ,
22
+ "version" : " 1.0.111 " ,
23
23
"zeroconf" : [ " _soundtouch._tcp.local." ]
24
24
}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ homeassistant==2024.5.0
4
4
ruff == 0.1.3
5
5
bosesoundtouchapi >= 1.0.76
6
6
smartinspectpython >= 3.0.37
7
- spotifywebapipython >= 1.0.199
7
+ spotifywebapipython >= 1.0.200
You can’t perform that action at this time.
0 commit comments