File tree Expand file tree Collapse file tree
custom_components/bms_ble Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 "loggers" : [" bleak_retry_connector" , " aiobmsble" ],
143143 "quality_scale" : " silver" ,
144144 "requirements" : [
145- " aiobmsble@git+https://github.com/patman15/aiobmsble.git@feat-SunGoldPower-support "
145+ " aiobmsble@git+https://github.com/patman15/aiobmsble.git@main "
146146 ],
147147 "version" : " 2.13.0-beta.4"
148148}
Original file line number Diff line number Diff line change 11homeassistant == 2025.9.0
2- aiobmsble @ git+https://github.com/patman15/aiobmsble.git@feat-SunGoldPower-support
2+ aiobmsble @ git+https://github.com/patman15/aiobmsble.git@main
33ruff ~= 0.15.0
44pylint ~= 4.0.0
55pylint-per-file-ignores ~= 1.4.0
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ async def patch_async_update(_self) -> BMSSample:
9393 entity .entity_id : entity .state for entity in hass .states .async_all (["sensor" ])
9494 }
9595 assert data == {
96- f"{ DEV_NAME } _{ ATTR_VOLTAGE } " : "12" ,
96+ f"{ DEV_NAME } _{ ATTR_VOLTAGE } " : "12.0 " ,
9797 f"{ DEV_NAME } _battery" : STATE_UNKNOWN ,
9898 f"{ DEV_NAME } _{ ATTR_TEMPERATURE } " : "27.182" ,
9999 f"{ DEV_NAME } _{ ATTR_CURRENT } " : "1.5" ,
You can’t perform that action at this time.
0 commit comments