diff --git a/netatmo/integrationpluginnetatmo.json b/netatmo/integrationpluginnetatmo.json index d2dfa6ae..78b68441 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 }, { @@ -246,6 +248,8 @@ "displayName": "Pressure", "unit": "MilliBar", "type": "double", + "minValue": 0, + "maxValue": 2000, "defaultValue": 0 }, {