From a33748d3d1ea4b33521ba9c48d4ce80a79699ee1 Mon Sep 17 00:00:00 2001 From: Gerard Date: Sat, 5 Jun 2021 11:50:54 +0200 Subject: [PATCH] Added IOT class --- custom_components/e_thermostaat/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/e_thermostaat/manifest.json b/custom_components/e_thermostaat/manifest.json index 1c33b83..1b98e31 100644 --- a/custom_components/e_thermostaat/manifest.json +++ b/custom_components/e_thermostaat/manifest.json @@ -5,5 +5,6 @@ "documentation": "https://github.com/custom-components/climate.e_thermostaat", "requirements": [], "dependencies": [], - "codeowners": ["@gerard33"] + "codeowners": ["@gerard33"], + "iot_class": "cloud_polling" }