From b2a4fdba773127fa6a0c488f50f06a94361c89ac Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 2 Feb 2023 22:53:29 +0100 Subject: [PATCH] Netatmo: Add min/max values to pressure state --- netatmo/integrationpluginnetatmo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netatmo/integrationpluginnetatmo.json b/netatmo/integrationpluginnetatmo.json index 1f58a052..7d9a7aca 100644 --- a/netatmo/integrationpluginnetatmo.json +++ b/netatmo/integrationpluginnetatmo.json @@ -122,6 +122,8 @@ "displayName": "Pressure", "unit": "MilliBar", "type": "double", + "minValue": 0, + "maxValue": 2000, "defaultValue": 0 }, { @@ -242,6 +244,8 @@ "displayName": "Pressure", "unit": "MilliBar", "type": "double", + "minValue": 0, + "maxValue": 2000, "defaultValue": 0 }, {