From 2555cd35a2784a5f6a52b8725f7aa7359cf6428c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Aug 2021 19:41:51 +0000 Subject: [PATCH] [skip ci] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f477edb..5f342218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.2.0 (2021-08-13) +### Feature +* Add charger_power attribute to rate sensor ([`66228d1`](https://github.com/alandtse/tesla/commit/66228d1f5bb6d4d0fcf96f5df195e564a9d987d8)) +* Add energy added sensor ([`3b83613`](https://github.com/alandtse/tesla/commit/3b83613e2b66538a3f691667625041950ba40d75)) + +### Fix +* Bump teslajsonpy to 0.19.0 ([`7efd7a1`](https://github.com/alandtse/tesla/commit/7efd7a1a3440afbdc979e5679509b277df22ba68)) + ## v0.1.5 (2021-05-01) ### Fix * Detect invalid tokens ([`90d0a72`](https://github.com/alandtse/tesla/commit/90d0a72d363a7e3a95babd90ab58d93a1b32107a)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index 727ca53b..e34b448e 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 = "0.1.5" +VERSION = "0.2.0" CONF_WAKE_ON_START = "enable_wake_on_start" CONF_EXPIRATION = "expiration" DOMAIN = "tesla_custom" diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index e816bc9d..88b83de9 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -28,5 +28,5 @@ } ], "iot_class": "cloud_polling", - "version": "0.1.5" + "version": "0.2.0" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7c0c2815..14c666ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "0.1.5" +version = "0.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"