Skip to content

Commit d2767b4

Browse files
authored
Merge pull request #1149 from alandtse/dev
fix: powerwall battery sensor loading (#1148)
2 parents bf7d587 + 4247109 commit d2767b4

File tree

5 files changed

+2862
-2384
lines changed

5 files changed

+2862
-2384
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
- hooks:
5252
- id: black
5353
repo: https://github.com/psf/black
54-
rev: 24.10.0
54+
rev: 25.9.0
5555
- repo: https://github.com/pre-commit/mirrors-prettier
5656
hooks:
5757
- id: prettier
@@ -71,7 +71,7 @@ repos:
7171
# - id: prospector
7272
# exclude: ^(tests)/.+\.py$
7373
- repo: https://github.com/PyCQA/bandit
74-
rev: 1.7.10
74+
rev: 1.8.6
7575
hooks:
7676
- id: bandit
7777
args:

custom_components/tesla_custom/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"iot_class": "cloud_polling",
2525
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2626
"loggers": ["teslajsonpy"],
27-
"requirements": ["teslajsonpy==3.13.1"],
27+
"requirements": ["teslajsonpy==3.13.2"],
2828
"version": "3.25.2"
2929
}

0 commit comments

Comments
 (0)