Skip to content

Commit a4ce46e

Browse files
author
sfstar
authored
resolve typo
1 parent 77e8f5e commit a4ce46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/victron/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ class vebus_error(Enum):
643643
"battery_info_maxdischargecurrent": RegisterInfo(
644644
308, UINT16, UnitOfElectricCurrent.AMPERE, 10
645645
),
646-
"battery_capacity": RegisterInfo(309, UINT16, UnifOfElectricCurrent.AMPERE, 10),
646+
"battery_capacity": RegisterInfo(309, UINT16, UnitOfElectricCurrent.AMPERE, 10),
647647
"battery_diagnostics_lasterror_1_time": RegisterInfo(310, INT32, "timestamp"),
648648
"battery_diagnostics_lasterror_2_time": RegisterInfo(312, INT32, "timestamp"),
649649
"battery_diagnostics_lasterror_3_time": RegisterInfo(314, INT32, "timestamp"),

0 commit comments

Comments
 (0)