Skip to content

Commit 890a4e4

Browse files
committed
Add new climatisationSettingsRequestStatus
1 parent 9f5dca0 commit 890a4e4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66
- No unreleased changes so far
77

8-
## [0.19.2] - 2021-08-20
8+
## [0.19.3] - 2021-08-25
99
### Fixed
1010
- Fix setting float values from int input
1111
- Fix controls for charging
1212

1313
### Added
1414
- New error state: fail_vehicle_is_offline
15+
- New status: climatisationSettingsRequestStatus
1516

1617
## [0.19.2] - 2021-08-20
1718
### Fixed
@@ -239,7 +240,8 @@ Minor fix in observer interface
239240
## [0.1.0] - 2021-05-26
240241
Initial release
241242

242-
[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.19.2...HEAD
243+
[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.19.3...HEAD
244+
[0.19.3]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.19.3
243245
[0.19.2]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.19.2
244246
[0.19.1]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.19.1
245247
[0.19.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.19.0

weconnect/elements/vehicle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def updateStatus(self, updateCapabilities=True, force=False): # noqa: C901 # py
218218
'climatisationTimer': ClimatizationTimer,
219219
'climatisationRequestStatus': GenericRequestStatus,
220220
'chargingSettingsRequestStatus': GenericRequestStatus,
221+
'climatisationSettingsRequestStatus': GenericRequestStatus,
221222
'climatisationTimersRequestStatus': GenericRequestStatus,
222223
'chargingRequestStatus': GenericRequestStatus,
223224
}

0 commit comments

Comments
 (0)