From 4a99d0e3012ff4adc95d81cebc035abf3308b43c Mon Sep 17 00:00:00 2001 From: thomasgermain <12560542+thomasgermain@users.noreply.github.com> Date: Fri, 14 May 2021 08:39:29 +0200 Subject: [PATCH] add iot_class --- custom_components/multimatic/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/multimatic/manifest.json b/custom_components/multimatic/manifest.json index 7539f59..363bfba 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -14,5 +14,6 @@ "codeowners": [ "@thomasgermain" ], - "version": "1.6.1" + "version": "1.6.2", + "iot_class": "cloud_polling" }