Skip to content

Commit

Permalink
Merge pull request #74 from alandtse/dev
Browse files Browse the repository at this point in the history
2021-10-18
  • Loading branch information
alandtse authored Oct 19, 2021
2 parents 5faefc2 + a657f75 commit 7400fca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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~=1.1.1"],
"requirements": ["teslajsonpy==1.1.2"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
14 changes: 7 additions & 7 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 = "~=1.1.1"
teslajsonpy = "^1.1.2"

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

0 comments on commit 7400fca

Please sign in to comment.