Skip to content

Commit 5052f38

Browse files
committed
bump aiobmsble to 0.18.0
1 parent 8e28b3b commit 5052f38

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
4242
- 100Balance BMS
4343
- Bulltron batteries
4444
- E&J Technology BMS (show ups as `libatt`…)
45+
- Chins batteries (show up as `G-..V...Ah`…)
4546
- Elektronicx batteries (show up as `LT-`…)
4647
- Lithtech batteries (show up as `LT-12V-`… or `L-12V`…)
4748
- Meritsun, Supervolt v1 (show up as `SV12V`…), and Volthium (show up as `V-12V`…) batteries
@@ -69,6 +70,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
6970
- Leagend CM100
7071
- Renogy BMS, Renogy Pro BMS
7172
- RoyPow batteries
73+
- Lion Energy Safari
7274
- Seplos v2 (show up as `BP[0-2]?`)
7375
- Seplos v3 (show up as `SP[00-199]B`… or `CSY`…)
7476
- CEG Carmine Energia Gratis (show up as `XZHX`…)

custom_components/bms_ble/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
"issue_tracker": "https://github.com/patman15/BMS_BLE-HA/issues",
110110
"loggers": ["bleak_retry_connector", "aiobmsble"],
111111
"quality_scale": "silver",
112-
"requirements": ["aiobmsble@git+https://github.com/patman15/aiobmsble.git@48-eg4-bms-support"],
113-
"version": "2.8.0-beta.2"
112+
"requirements": ["aiobmsble==0.18.0"],
113+
"version": "2.8.0"
114114
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
homeassistant==2025.9.0
2-
aiobmsble @ git+https://github.com/patman15/aiobmsble.git@48-eg4-bms-support
2+
aiobmsble==0.18.0
33
ruff~=0.14.0
44
pylint~=4.0.0
55
pylint-per-file-ignores~=1.4.0

0 commit comments

Comments
 (0)