Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alandtse/tesla into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed May 2, 2021
2 parents d2874e1 + ecb3765 commit e56b7ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.1.5 (2021-05-01)
### Fix
* Detect invalid tokens ([`90d0a72`](https://github.com/alandtse/tesla/commit/90d0a72d363a7e3a95babd90ab58d93a1b32107a))

## v0.1.4 (2021-05-01)
### Fix
* Fix additional httpx syntax errors for reauth ([`f10809a`](https://github.com/alandtse/tesla/commit/f10809aec6590c7f71f4c9b035bd6b0894e8c6c3))
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 = "0.1.4"
VERSION = "0.1.5"
CONF_WAKE_ON_START = "enable_wake_on_start"
CONF_EXPIRATION = "expiration"
DOMAIN = "tesla_custom"
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 @@ -28,5 +28,5 @@
}
],
"iot_class": "cloud_polling",
"version": "0.1.4"
"version": "0.1.5"
}
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 = "0.1.4"
version = "0.1.5"
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
authors = ["Alan D. Tse <alandtse@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit e56b7ec

Please sign in to comment.