File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
custom_components/bms_ble Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 ` … ; )
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11homeassistant == 2025.9.0
2- aiobmsble @ git+https://github.com/patman15/aiobmsble.git@48-eg4-bms-support
2+ aiobmsble == 0.18.0
33ruff ~= 0.14.0
44pylint ~= 4.0.0
55pylint-per-file-ignores ~= 1.4.0
You can’t perform that action at this time.
0 commit comments