From b5641bf79c7db22a3e2d7a1949ab133defa00304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Sun, 7 Apr 2024 20:14:30 +0200 Subject: [PATCH] feat(manifest.json): change iot_class to calculated (#59) * feat(manifest.json): change iot_class to Calculated The iot_class in the manifest.json file has been changed from "cloud_polling" to "Calculated". This change is to better reflect the nature of the IoT device's communication method. * fix spelling --- custom_components/netdaemon/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/netdaemon/manifest.json b/custom_components/netdaemon/manifest.json index 3c3e10b..e652f04 100644 --- a/custom_components/netdaemon/manifest.json +++ b/custom_components/netdaemon/manifest.json @@ -3,7 +3,7 @@ "@net-daemon" ], "config_flow": true, - "iot_class": "cloud_polling", + "iot_class": "calculated", "dependencies": [ "http" ],