Skip to content

Commit

Permalink
fix: catch jsondecode errors
Browse files Browse the repository at this point in the history
closes #690
  • Loading branch information
alandtse committed Aug 27, 2023
1 parent c5aad96 commit 42a7a17
Show file tree
Hide file tree
Showing 5 changed files with 666 additions and 799 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.9.2"],
"requirements": ["teslajsonpy==3.9.3"],
"version": "3.15.1"
}
Loading

0 comments on commit 42a7a17

Please sign in to comment.