From a4ded2a96a006fb7642d4f6d64bcdd9c7206baa2 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Wed, 16 Feb 2022 20:02:36 +0100 Subject: [PATCH] prepare 0.25.0.dev1 --- CHANGELOG.md | 14 +++++++++++++- requirements.txt | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79a94b..2083aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ -CHANGELOG.mdCHANGELOG.md# Changelog +# Changelog All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.25.0] - in testing + +### Changed +- Requests changed from list to dict +- Updated API to 0.37.0 + +### Added +- Possibility to use temperature when startng climatisation +- Added fail_no_external_power to generic request status +- Added chargeType attribute to chargingStatus +- Added chargingSettings attribute to chargingStatus + ## [0.24.2] - 2022-02-12 ### Fixed - Fixes bug in charging state API fixing procedure diff --git a/requirements.txt b/requirements.txt index 04bfeaa..96a287b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect[Images]~=0.36.4 +weconnect[Images]~=0.37.0.dev4 ascii_magic~=1.6