From c226ec93e1e0a4c8d872eae087935e31de7ef9ab Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 2 Feb 2023 22:42:58 +0100 Subject: [PATCH] AQI: Add min/max values to pressure state --- aqi/integrationpluginaqi.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aqi/integrationpluginaqi.json b/aqi/integrationpluginaqi.json index dbf88b1c..66d715d9 100644 --- a/aqi/integrationpluginaqi.json +++ b/aqi/integrationpluginaqi.json @@ -138,6 +138,8 @@ "displayName": "Pressure", "unit": "MilliBar", "type": "double", + "minValue": 0, + "maxValue": 2000, "defaultValue": 0 }, {