File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
custom_components/bms_ble Expand file tree Collapse file tree 3 files changed +4
-4
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+ - AG Automotive batteries (show up as ` AG...L ` … ; )
4546 - Chins batteries (show up as ` G-..V...Ah ` … ; )
4647 - Elektronicx batteries (show up as ` LT- ` … ; )
4748 - Lithtech batteries (show up as ` LT-12V- ` … ; or ` L-12V ` … ; )
@@ -313,7 +314,7 @@ all [contributors of aiobmsble](https://github.com/patman15/aiobmsble?tab=readme
313314[license-shield] : https://img.shields.io/github/license/patman15/BMS_BLE-HA?style=for-the-badge&color=orange&cacheSeconds=86400
314315[releases-shield] : https://img.shields.io/github/release/patman15/BMS_BLE-HA.svg?style=for-the-badge&cacheSeconds=14400
315316[releases] : https://github.com//patman15/BMS_BLE-HA/releases
316- [effort-shield] : https://img.shields.io/badge/Effort%20spent-905_hours -gold?style=for-the-badge&cacheSeconds=86400
317+ [effort-shield] : https://img.shields.io/badge/Effort%20spent-908_hours -gold?style=for-the-badge&cacheSeconds=86400
317318[install-shield] : https://img.shields.io/badge/dynamic/json?style=for-the-badge&color=green&label=HACS&suffix=%20Installs&cacheSeconds=15600&url=https://analytics.home-assistant.io/custom_integrations.json&query=$.bms_ble.total&cacheSeconds=14400
318319[btproxy-url] : https://esphome.io/components/bluetooth_proxy
319320[custint-url] : https://www.home-assistant.io/common-tasks/general/#defining-a-custom-polling-interval
Original file line number Diff line number Diff line change 3939 "local_name" : " V-12V???Ah-*"
4040 },
4141 {
42- "local_name" : " libatt*" ,
4342 "manufacturer_id" : 21320
4443 },
4544 {
109108 "issue_tracker" : " https://github.com/patman15/BMS_BLE-HA/issues" ,
110109 "loggers" : [" bleak_retry_connector" , " aiobmsble" ],
111110 "quality_scale" : " silver" ,
112- "requirements" : [" aiobmsble==0.18.0 " ],
111+ "requirements" : [" aiobmsble==0.18.1 " ],
113112 "version" : " 2.8.0"
114113}
Original file line number Diff line number Diff line change 11homeassistant == 2025.9.0
2- aiobmsble == 0.18.0
2+ aiobmsble == 0.18.1
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