Skip to content

Commit

Permalink
fix: handle None option_codes
Browse files Browse the repository at this point in the history
closes #466
  • Loading branch information
alandtse committed Dec 30, 2022
1 parent b2c5b30 commit 47bb178
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": [
"teslajsonpy==3.6.0"
"teslajsonpy==3.7.1"
],
"codeowners": [
"@alandtse"
Expand Down
21 changes: 10 additions & 11 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.10"
teslajsonpy = "^3.6.0"
teslajsonpy = "^3.7.1"


[tool.poetry.dev-dependencies]
Expand Down

1 comment on commit 47bb178

@tubalainen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix guys! It works great now! <3

Please sign in to comment.