File tree 2 files changed +4
-4
lines changed
custom_components/cupra_we_connect
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ class VolkswagenIdBinaryEntityDescription(BinarySensorEntityDescription):
39
39
].climatisationWithoutExternalPower .value ,
40
40
),
41
41
VolkswagenIdBinaryEntityDescription (
42
- key = "climatizationAtUnlock " ,
42
+ key = "climatisationAtUnlock " ,
43
43
name = "Climatisation At Unlock" ,
44
44
value = lambda data : data ["climatisation" ][
45
45
"climatisationSettings"
46
- ].climatizationAtUnlock .value ,
46
+ ].climatisationAtUnlock .value ,
47
47
),
48
48
VolkswagenIdBinaryEntityDescription (
49
49
key = "zoneFrontLeftEnabled" ,
Original file line number Diff line number Diff line change 8
8
"homekit" : {},
9
9
"iot_class" : " cloud_polling" ,
10
10
"issue_tracker" : " https://github.com/daernsinstantfortress/cupra_we_connect/issues" ,
11
- "requirements" : [" weconnect-cupra-daern==0.50.10 " , " ascii_magic==2.1.1" ],
11
+ "requirements" : [" weconnect-cupra-daern==0.50.12 " , " ascii_magic==2.1.1" ],
12
12
"ssdp" : [],
13
- "version" : " 0.8.2 " ,
13
+ "version" : " 0.8.3 " ,
14
14
"zeroconf" : []
15
15
}
You can’t perform that action at this time.
0 commit comments