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 @@ -74,6 +74,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
- Wattcycle batteries
- TianPower BMS (show up as `TP_`…)
- Vatrer BMS (show up as `YYMMDDVVVAAAAxx` (date, V, Ah))
- Wattstunde Nova Core

If you would like to get your battery/BMS supported please consider raising a pull request for [aiobmsble](https://github.com/patman15/aiobmsble) following the [contribution guidelines](https://github.com/patman15/aiobmsble?tab=contributing-ov-file) or raise [a new issue](https://github.com/patman15/BMS_BLE-HA/issues/new?assignees=&labels=question&projects=&template=feature_request.yml) giving your BMS/battery type in the title. Please provide the information requested by the template (see *additional context*).

Expand Down
4 changes: 2 additions & 2 deletions custom_components/bms_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
],
"quality_scale": "silver",
"requirements": [
"aiobmsble==0.12.1"
"aiobmsble==0.14.0b1"
],
"version": "2.2.1"
"version": "2.3.1-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.12.1
aiobmsble==0.14.0b1
ruff~=0.14.0
pylint~=4.0.0
pylint-per-file-ignores~=1.4.0
Expand Down