From f550c318865d2f9a31953672ce242deddc0f5ec8 Mon Sep 17 00:00:00 2001 From: Oderik Date: Sat, 19 Jun 2021 15:38:48 +0200 Subject: [PATCH] Fix IoT class (#52008) --- homeassistant/components/min_max/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/min_max/manifest.json b/homeassistant/components/min_max/manifest.json index 525d6c0ac1a..cf8c78d46ac 100644 --- a/homeassistant/components/min_max/manifest.json +++ b/homeassistant/components/min_max/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/min_max", "codeowners": ["@fabaff"], "quality_scale": "internal", - "iot_class": "local_polling" + "iot_class": "local_push" }