Skip to content

Commit

Permalink
fix: handle unresponsive cars/systems during setup
Browse files Browse the repository at this point in the history
At setup, proceed with creation of entities even if Tesla entities are
not responsive. They wlil be picked up when they become available

closes #315
closes #324
  • Loading branch information
alandtse committed Nov 27, 2022
1 parent fbcf5fe commit 4d1270b
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 1,122 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.2.1"
"teslajsonpy==3.2.2"
],
"codeowners": [
"@alandtse"
Expand Down
Loading

0 comments on commit 4d1270b

Please sign in to comment.