We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5c698 commit 81f00ffCopy full SHA for 81f00ff
2 files changed
custom_components/goecharger_api2/const.py
@@ -415,8 +415,7 @@ class ExtSwitchEntityDescription(SwitchEntityDescription):
415
ExtNumberEntityDescription(
416
key=Tag.LOT.key,
417
idx="dyn",
418
- check_16a_limit=True,
419
- native_max_value=32,
+ native_max_value=64,
420
native_min_value=6,
421
native_step=1,
422
entity_category=EntityCategory.CONFIG,
custom_components/goecharger_api2/manifest.json
@@ -11,5 +11,5 @@
11
"iot_class": "local_polling",
12
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
13
"requirements": ["packaging>=21.0"],
14
- "version": "2026.2.3"
+ "version": "2026.2.4"
15
}
0 commit comments