Skip to content

Commit 4500c5f

Browse files
Merge pull request #66 from daernsinstantfortress/dev
Various fixes relating to climate control API changes
2 parents a30858d + 6faa016 commit 4500c5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

custom_components/cupra_we_connect/binary_sensor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ class VolkswagenIdBinaryEntityDescription(BinarySensorEntityDescription):
3939
].climatisationWithoutExternalPower.value,
4040
),
4141
VolkswagenIdBinaryEntityDescription(
42-
key="climatizationAtUnlock",
42+
key="climatisationAtUnlock",
4343
name="Climatisation At Unlock",
4444
value=lambda data: data["climatisation"][
4545
"climatisationSettings"
46-
].climatizationAtUnlock.value,
46+
].climatisationAtUnlock.value,
4747
),
4848
VolkswagenIdBinaryEntityDescription(
4949
key="zoneFrontLeftEnabled",

custom_components/cupra_we_connect/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"homekit": {},
99
"iot_class": "cloud_polling",
1010
"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"],
1212
"ssdp": [],
13-
"version": "0.8.2",
13+
"version": "0.8.3",
1414
"zeroconf": []
1515
}

0 commit comments

Comments
 (0)