Skip to content

Commit

Permalink
feat: add support for GV5121/GV5122/GV5123/GV5125/GV5126 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 15, 2024
1 parent d6e3cc4 commit e71ca98
Show file tree
Hide file tree
Showing 5 changed files with 810 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,3 @@ repos:
hooks:
- id: mypy
additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
hooks:
- id: bandit
args: [-x, tests]
134 changes: 132 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ home-assistant-bluetooth = ">=1.3.0"
sensor-state-data = ">=2.18.0"
bluetooth-sensor-state-data = ">=1.5.0"
bluetooth-data-tools = ">=0.1.2"
cryptography = ">=42.0.0"

[tool.poetry.extras]
docs = [
Expand Down
Loading

0 comments on commit e71ca98

Please sign in to comment.