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.118 ] - 2025/05/22
10
+
11
+ * Updated underlying ` bosesoundtouchapi ` package requirement to version 1.0.77.
12
+
9
13
###### [ 1.0.117 ] - 2025/05/12
10
14
11
15
* Updated underlying ` spotifywebapipython ` package requirement to version 1.0.207.
Original file line number Diff line number Diff line change 9
9
"issue_tracker" : " https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/issues" ,
10
10
"loggers" : [ " bosesoundtouchapi" ],
11
11
"requirements" : [
12
- " bosesoundtouchapi==1.0.76 " ,
12
+ " bosesoundtouchapi==1.0.77 " ,
13
13
" oauthlib>=3.2.2" ,
14
14
" platformdirs>=4.1.0" ,
15
15
" requests>=2.31.0" ,
19
19
" urllib3>=1.21.1,<1.27" ,
20
20
" zeroconf>=0.132.2"
21
21
],
22
- "version" : " 1.0.117 " ,
22
+ "version" : " 1.0.118 " ,
23
23
"zeroconf" : [ " _soundtouch._tcp.local." ]
24
24
}
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ pip>=21.0,<23.4
2
2
colorlog == 6.7.0
3
3
homeassistant == 2024.5.0
4
4
ruff == 0.1.3
5
- bosesoundtouchapi >= 1.0.76
5
+ bosesoundtouchapi >= 1.0.77
6
6
smartinspectpython >= 3.0.37
7
7
spotifywebapipython >= 1.0.207
You can’t perform that action at this time.
0 commit comments