Skip to content

Commit

Permalink
fix: Bump teslajsonpy to fix charge current (#484)
Browse files Browse the repository at this point in the history
closes #479
  • Loading branch information
Bre77 authored Feb 1, 2023
1 parent 3d62c3c commit fa4bb7e
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 602 deletions.
4 changes: 2 additions & 2 deletions .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.1a1
rev: 23.1.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -76,7 +76,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
# - repo: local
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 @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==3.7.1"],
"requirements": ["teslajsonpy==3.7.2"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
Loading

0 comments on commit fa4bb7e

Please sign in to comment.