Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_components/solix_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/flip-dots/HaSolixBLE/issues",
"requirements": ["SolixBLE==3.8.0"],
"requirements": ["SolixBLE@git+https://github.com/flip-dots/SolixBLE@60c6679d5e398a18ded159e7565bc1e85346f5b2"],
"loggers": ["bleak", "SolixBLE"],
"version": "3.5.0"
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest-cov
aiousbwatcher
ruff
mypy
SolixBLE==3.8.0
SolixBLE@git+https://github.com/flip-dots/SolixBLE@60c6679d5e398a18ded159e7565bc1e85346f5b2
Loading