From aad667a50cad57ce3af88f05972b53615d716eee Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Jun 2023 21:47:06 +0000 Subject: [PATCH] [skip ci] 3.13.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca4475f..0dd1bb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v3.13.0 (2023-06-13) + +### Feature + +* Add heated steering wheel select ([#628](https://github.com/alandtse/tesla/issues/628)) ([`96cbad6`](https://github.com/alandtse/tesla/commit/96cbad6ccd6058a550397796ccdba97c286db152)) + +### Fix + +* Use async_write vs async_update ([#626](https://github.com/alandtse/tesla/issues/626)) ([`78b0641`](https://github.com/alandtse/tesla/commit/78b0641587940ee40a6a6a4414e3fba43c83631b)) + ## v3.12.3 (2023-06-01) ### Fix diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index e129c3d3..b644cd40 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 = "3.12.3" +VERSION = "3.13.0" CONF_EXPIRATION = "expiration" CONF_INCLUDE_VEHICLES = "include_vehicles" CONF_INCLUDE_ENERGYSITES = "include_energysites" diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index 7ea2644d..e71cb980 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -24,5 +24,5 @@ "issue_tracker": "https://github.com/alandtse/tesla/issues", "loggers": ["teslajsonpy"], "requirements": ["teslajsonpy==3.9.0"], - "version": "3.12.3" + "version": "3.13.0" } diff --git a/pyproject.toml b/pyproject.toml index 3664ed36..8c989193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "3.12.3" +version = "3.13.0" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"