Skip to content

Commit

Permalink
fix: fix token refresh
Browse files Browse the repository at this point in the history
The code path for automatic token refreshes was still using aiohttp.
  • Loading branch information
alandtse committed May 1, 2021
1 parent db16938 commit dec9a40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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 @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy~=0.18"],
"requirements": ["teslajsonpy~=0.18.1"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
20 changes: 10 additions & 10 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.0"
teslajsonpy = "~=0.18.1"

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

0 comments on commit dec9a40

Please sign in to comment.