File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
custom_components/polestar_api Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " polestar_api" ,
3
3
"name" : " Polestar API" ,
4
- "codeowners" : [" @leeyuentuen" , " @jschlyter" ],
4
+ "codeowners" : [
5
+ " @leeyuentuen" ,
6
+ " @jschlyter"
7
+ ],
5
8
"config_flow" : true ,
6
9
"dependencies" : [],
7
10
"documentation" : " https://github.com/pypolestar/polestar_api" ,
8
11
"iot_class" : " cloud_polling" ,
9
12
"issue_tracker" : " https://github.com/pypolestar/polestar_api/issues" ,
10
13
"requirements" : [
11
- " pypolestar==1.7.2 " ,
14
+ " pypolestar==1.8.0 " ,
12
15
" gql[httpx]>=3.5.0" ,
13
16
" homeassistant>=2025.3.0"
14
17
],
15
- "version" : " 1.16.1 "
16
- }
18
+ "version" : " 1.17.0 "
19
+ }
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ pip>=21.3.1
4
4
ruff == 0.11.0
5
5
gql [httpx ]>= 3.5.0
6
6
pytest >= 8.3.3
7
- pypolestar == 1.7 .0
7
+ pypolestar == 1.8 .0
You can’t perform that action at this time.
0 commit comments