Skip to content

Commit b0fbc68

Browse files
committed
v1.0.5: Add Constant Current + Min. Charge Quantity modes
1 parent 9b48b1c commit b0fbc68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

custom_components/solarmanager/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
"Solar Only": 1,
3838
"Solar & Optimized": 2,
3939
"Do Not Charge": 3,
40+
"Constant Current": 4,
4041
"Minimal & Solar": 5,
42+
"Min. Charge Quantity": 6,
4143
}
4244
EV_CHARGER_MODES: list[str] = list(EV_CHARGER_MODE_MAP.keys())
4345

0 commit comments

Comments
 (0)