From 9fd389002ddda17eafd8b58ab987daf6613da2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 22 Dec 2025 16:48:52 +0100 Subject: [PATCH] go-e: Update EV charger interface to use double --- goecharger/integrationplugingoecharger.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goecharger/integrationplugingoecharger.json b/goecharger/integrationplugingoecharger.json index db06b892..86b4417d 100644 --- a/goecharger/integrationplugingoecharger.json +++ b/goecharger/integrationplugingoecharger.json @@ -143,10 +143,11 @@ "displayName": "Charging current", "displayNameEvent": "Charging current changed", "displayNameAction": "Set charging current", - "type": "uint", + "type": "double", "unit": "Ampere", "minValue": 6, "maxValue": 32, + "stepSize": 1.0, "defaultValue": 16, "writable": true, "suggestLogging": true