From 7bd89621ce8b67978d9f6764249aecb3c1da2528 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 29 Oct 2022 20:21:28 +0200 Subject: [PATCH] Change IoT Class for Min/Max to calculated (#81199) --- homeassistant/components/min_max/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/min_max/manifest.json b/homeassistant/components/min_max/manifest.json index dd3e846aa84..7324d682caa 100644 --- a/homeassistant/components/min_max/manifest.json +++ b/homeassistant/components/min_max/manifest.json @@ -5,6 +5,6 @@ "documentation": "https://www.home-assistant.io/integrations/min_max", "codeowners": ["@fabaff"], "quality_scale": "internal", - "iot_class": "local_push", + "iot_class": "calculated", "config_flow": true } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index a7f78e45493..3ef8c874882 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6212,7 +6212,7 @@ "min_max": { "integration_type": "helper", "config_flow": true, - "iot_class": "local_push" + "iot_class": "calculated" }, "schedule": { "integration_type": "helper",