Skip to content

Commit

Permalink
fix: detect invalid tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed May 1, 2021
1 parent 021e547 commit 90d0a72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"documentation": "https://github.com/alandtse/tesla",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": [
"teslajsonpy~=0.18.2"
"teslajsonpy~=0.18.3"
],
"codeowners": [
"@alandtse"
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
teslajsonpy = "~=0.18.2"
teslajsonpy = "~=0.18.3"

[tool.poetry.dev-dependencies]
homeassistant = "^2021.3.4"
Expand Down

0 comments on commit 90d0a72

Please sign in to comment.