Skip to content

Commit

Permalink
[skip ci] 3.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 21, 2023
1 parent 4a32c69 commit 15c7bb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v3.12.0 (2023-04-21)
### Feature
* Add more updates to TeslaMate ([#572](https://github.com/alandtse/tesla/issues/572)) ([`970759c`](https://github.com/alandtse/tesla/commit/970759c2219d3d7c24b3de66f80c8c888e1e56ee))
* Add Shift State Sensor ([#569](https://github.com/alandtse/tesla/issues/569)) ([`72ac435`](https://github.com/alandtse/tesla/commit/72ac43541a96c988a103f7935118d8049a050504))
* Add Car Data Update Time Sensor ([#568](https://github.com/alandtse/tesla/issues/568)) ([`437212b`](https://github.com/alandtse/tesla/commit/437212bb9deb3de391b6114b8fd10eac00e9b8ed))
* Allow syncing with TeslaMate via MQTT ([#564](https://github.com/alandtse/tesla/issues/564)) ([`36713fb`](https://github.com/alandtse/tesla/commit/36713fb8ad88f3182a56acab17a40a0575fb741f))

## v3.11.0 (2023-03-26)
### Feature
* 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))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Const file for Tesla cars."""
VERSION = "3.11.0"
VERSION = "3.12.0"
CONF_EXPIRATION = "expiration"
CONF_INCLUDE_VEHICLES = "include_vehicles"
CONF_INCLUDE_ENERGYSITES = "include_energysites"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.8.0"],
"version": "3.11.0"
"version": "3.12.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tesla"
version = "3.11.0"
version = "3.12.0"
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
authors = ["Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 15c7bb8

Please sign in to comment.