From 8ce779b25848fc34da7367ea2673053018048b14 Mon Sep 17 00:00:00 2001 From: loosrob <79396812+loosrob@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:04:03 +0100 Subject: [PATCH] signalstrength default to zero --- shelly/integrationpluginshelly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelly/integrationpluginshelly.json b/shelly/integrationpluginshelly.json index a482edab..8e12638b 100644 --- a/shelly/integrationpluginshelly.json +++ b/shelly/integrationpluginshelly.json @@ -1925,7 +1925,7 @@ "unit": "Percentage", "minValue": 0, "maxValue": 100, - "defaultValue": 100, + "defaultValue": 0, "cached": false }, {