Skip to content

Commit be120f8

Browse files
committed
implement #134 (fst can be negative)
v2026.4.2
1 parent 9b86201 commit be120f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/goecharger_api2/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class ExtSwitchEntityDescription(SwitchEntityDescription):
354354
ExtNumberEntityDescription(
355355
key=Tag.FST.key,
356356
native_max_value=32000,
357-
native_min_value=0,
357+
native_min_value=10000,
358358
native_step=10,
359359
entity_category=EntityCategory.CONFIG,
360360
native_unit_of_measurement=UnitOfPower.WATT,

custom_components/goecharger_api2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"iot_class": "local_push",
1313
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
1414
"requirements": ["packaging>=21.0", "msgpack>=1.1.2", "bcrypt>=4.2.0"],
15-
"version": "2026.4.1"
15+
"version": "2026.4.2"
1616
}

0 commit comments

Comments
 (0)