Skip to content
Draft
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
- ECO-WORTHY + BW02 adapter (show up as `ECO-WORTHY`…)
- DCHOUSE batteries (show up as `DCHOUSE`…)
- Ective, Startcraft, Topband batteries (show up as `$PFLAC`…, `NWJ20`…, `ZM20`…)
- EG4 BMS
- Felicity ESS (show up as `F10`…) and FLB batteries (show up as `F07`…)
- HumsiENK Smart BMS (show up as `HS`…)
- JBD BMS, Jiabaida, Xiaoxiang (show up as `JBD-`…)
Expand Down
7 changes: 5 additions & 2 deletions custom_components/bms_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"domain": "bms_ble",
"name": "BLE Battery Management System",
"bluetooth": [
{
"service_uuid": "00001000-0000-1000-8000-00805f9b34fb"
},
{
"service_uuid": "0000af30-0000-1000-8000-00805f9b34fb"
},
Expand Down Expand Up @@ -103,6 +106,6 @@
"issue_tracker": "https://github.com/patman15/BMS_BLE-HA/issues",
"loggers": ["bleak_retry_connector", "aiobmsble"],
"quality_scale": "silver",
"requirements": ["aiobmsble==0.15.0"],
"version": "2.5.1"
"requirements": ["aiobmsble@git+https://github.com/patman15/aiobmsble.git@48-eg4-bms-support"],
"version": "2.6.0-beta.1"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homeassistant==2025.9.0
aiobmsble==0.15.0
aiobmsble @ git+https://github.com/patman15/aiobmsble.git@48-eg4-bms-support
ruff~=0.14.0
pylint~=4.0.0
pylint-per-file-ignores~=1.4.0
Expand Down