Skip to content

Commit 15c7bb8

Browse files
author
github-actions
committed
[skip ci] 3.12.0
Automatically generated by python-semantic-release
1 parent 4a32c69 commit 15c7bb8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.12.0 (2023-04-21)
6+
### Feature
7+
* Add more updates to TeslaMate ([#572](https://github.com/alandtse/tesla/issues/572)) ([`970759c`](https://github.com/alandtse/tesla/commit/970759c2219d3d7c24b3de66f80c8c888e1e56ee))
8+
* Add Shift State Sensor ([#569](https://github.com/alandtse/tesla/issues/569)) ([`72ac435`](https://github.com/alandtse/tesla/commit/72ac43541a96c988a103f7935118d8049a050504))
9+
* Add Car Data Update Time Sensor ([#568](https://github.com/alandtse/tesla/issues/568)) ([`437212b`](https://github.com/alandtse/tesla/commit/437212bb9deb3de391b6114b8fd10eac00e9b8ed))
10+
* Allow syncing with TeslaMate via MQTT ([#564](https://github.com/alandtse/tesla/issues/564)) ([`36713fb`](https://github.com/alandtse/tesla/commit/36713fb8ad88f3182a56acab17a40a0575fb741f))
11+
512
## v3.11.0 (2023-03-26)
613
### Feature
714
* Split coordinator to avoid updating disabled cars and energy sites ([#552](https://github.com/alandtse/tesla/issues/552)) ([`41dfbcc`](https://github.com/alandtse/tesla/commit/41dfbccd07c1bf9b4300c8add77e9ae91c2a4820))

custom_components/tesla_custom/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Const file for Tesla cars."""
2-
VERSION = "3.11.0"
2+
VERSION = "3.12.0"
33
CONF_EXPIRATION = "expiration"
44
CONF_INCLUDE_VEHICLES = "include_vehicles"
55
CONF_INCLUDE_ENERGYSITES = "include_energysites"

custom_components/tesla_custom/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2525
"loggers": ["teslajsonpy"],
2626
"requirements": ["teslajsonpy==3.8.0"],
27-
"version": "3.11.0"
27+
"version": "3.12.0"
2828
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tesla"
3-
version = "3.11.0"
3+
version = "3.12.0"
44
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
55
authors = ["Alan D. Tse <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)