From dbd4480a1c4445b610454dbc3ac8e2639bd7611f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Apr 2022 01:06:01 +0000 Subject: [PATCH] [skip ci] 2.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61de503..22249295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.2.0 (2022-04-30) +### Feature +* Enable heated seat and steering wheel entities automatically ([#205](https://github.com/alandtse/tesla/issues/205)) ([`ed975f3`](https://github.com/alandtse/tesla/commit/ed975f35fb7c6d33f2dc4b96a6862374279fe091)) + ## v2.1.1 (2022-04-24) ### Fix diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index 05b981b9..5c293c0a 100644 --- a/custom_components/tesla_custom/const.py +++ b/custom_components/tesla_custom/const.py @@ -1,5 +1,5 @@ """Const file for Tesla cars.""" -VERSION = "2.1.1" +VERSION = "2.2.0" CONF_WAKE_ON_START = "enable_wake_on_start" CONF_EXPIRATION = "expiration" CONF_POLLING_POLICY = "polling_policy" diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index 938f985f..6d52b09e 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -22,5 +22,5 @@ } ], "iot_class": "cloud_polling", - "version": "2.1.1" + "version": "2.2.0" } diff --git a/pyproject.toml b/pyproject.toml index 31d1ca9e..df5ee99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "2.1.1" +version = "2.2.0" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"