Skip to content

Commit 81f00ff

Browse files
committed
lot.dyn is a general limit (should not be restricted by 16aLimit) #109
1 parent de5c698 commit 81f00ff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

custom_components/goecharger_api2/const.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ class ExtSwitchEntityDescription(SwitchEntityDescription):
415415
ExtNumberEntityDescription(
416416
key=Tag.LOT.key,
417417
idx="dyn",
418-
check_16a_limit=True,
419-
native_max_value=32,
418+
native_max_value=64,
420419
native_min_value=6,
421420
native_step=1,
422421
entity_category=EntityCategory.CONFIG,

custom_components/goecharger_api2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"iot_class": "local_polling",
1212
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
1313
"requirements": ["packaging>=21.0"],
14-
"version": "2026.2.3"
14+
"version": "2026.2.4"
1515
}

0 commit comments

Comments
 (0)