Skip to content

Commit

Permalink
Revert "feat: Add Sensor for todays daily stats (Hyundai-Kia-Connect#954
Browse files Browse the repository at this point in the history
)"

This reverts commit 686baa9.
  • Loading branch information
Triple-S committed Oct 31, 2024
2 parents 68d6def + be1037d commit b07a0d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_commit_msg: "chore: pre-commit autoupdate"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
- --keep-updates
files: ^(/.+)?[^/]+\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]
Expand Down
4 changes: 2 additions & 2 deletions custom_components/kia_uvo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Hyundai-Kia-Connect/kia_uvo/issues",
"loggers": ["kia_uvo", "hyundai_kia_connect_api"],
"requirements": ["hyundai_kia_connect_api==3.23.8"],
"version": "2.27.2"
"requirements": ["hyundai_kia_connect_api==3.24.1"],
"version": "2.28.1"
}

0 comments on commit b07a0d1

Please sign in to comment.