Skip to content

Commit

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

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

## v3.14.0 (2023-06-17)

### Feature

* Add car windows binary_sensors ([#629](https://github.com/alandtse/tesla/issues/629)) ([`fdefa52`](https://github.com/alandtse/tesla/commit/fdefa52ff9a520848a50900b3b3d0c44d079e643))

### Fix

* Update battery remaining sensor to ENERGY_STORAGE ([#632](https://github.com/alandtse/tesla/issues/632)) ([`ff960f0`](https://github.com/alandtse/tesla/commit/ff960f0fa26f784c06f1f9da095a34b357a00509))
* Fix variable heated steering for older cars ([#638](https://github.com/alandtse/tesla/issues/638)) ([`db1d6b8`](https://github.com/alandtse/tesla/commit/db1d6b8e71a17e3d2a2ad54109b9aa2409ba8a37))

## v3.13.0 (2023-06-13)

### Feature
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.13.0"
VERSION = "3.14.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.9.0"],
"version": "3.13.0"
"version": "3.14.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.13.0"
version = "3.14.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 7b94ce8

Please sign in to comment.