From a4ce46e95b776b01b030f8257f49cb55ae523cc4 Mon Sep 17 00:00:00 2001 From: sfstar Date: Tue, 28 Jan 2025 21:51:59 +0100 Subject: [PATCH] resolve typo --- custom_components/victron/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/victron/const.py b/custom_components/victron/const.py index 0d6fdef..71d0fa2 100644 --- a/custom_components/victron/const.py +++ b/custom_components/victron/const.py @@ -643,7 +643,7 @@ class vebus_error(Enum): "battery_info_maxdischargecurrent": RegisterInfo( 308, UINT16, UnitOfElectricCurrent.AMPERE, 10 ), - "battery_capacity": RegisterInfo(309, UINT16, UnifOfElectricCurrent.AMPERE, 10), + "battery_capacity": RegisterInfo(309, UINT16, UnitOfElectricCurrent.AMPERE, 10), "battery_diagnostics_lasterror_1_time": RegisterInfo(310, INT32, "timestamp"), "battery_diagnostics_lasterror_2_time": RegisterInfo(312, INT32, "timestamp"), "battery_diagnostics_lasterror_3_time": RegisterInfo(314, INT32, "timestamp"),