Skip to content

Commit

Permalink
Merge pull request #201 from alandtse/dev
Browse files Browse the repository at this point in the history
2022-04-24-2
  • Loading branch information
alandtse authored Apr 24, 2022
2 parents 82573f3 + 2ff5d7b commit e23c8d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"domain": "tesla_custom",
"name": "Tesla Custom Integration",
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla",
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==2.0.2"],
"requirements": ["teslajsonpy==2.0.3"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
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.9"
teslajsonpy = "^2.0.2"
teslajsonpy = "^2.0.3"

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

0 comments on commit e23c8d3

Please sign in to comment.