From 2a168f7526c7c086f072991a7a6864d1d428e92d Mon Sep 17 00:00:00 2001 From: Carolin Date: Fri, 8 Apr 2022 13:53:50 +0200 Subject: [PATCH] Update manifest.json --- custom_components/greenely/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/greenely/manifest.json b/custom_components/greenely/manifest.json index e2dfc62..21fa872 100644 --- a/custom_components/greenely/manifest.json +++ b/custom_components/greenely/manifest.json @@ -6,5 +6,6 @@ "issue_tracker": "https://github.com/linsvensson/sensor.greenely/issues", "codeowners": ["@linsvensson"], "requirements": [], + "iot_class": "cloud_polling", "dependencies": [] -} \ No newline at end of file +}