From 5c325a63e51245e95632f649a46b86a24069b056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Sun, 7 Apr 2024 20:08:50 +0200 Subject: [PATCH 1/2] 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. --- 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..7b12456 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" ], From 3e9055b959e0e930f6523f212cf62c858a42c0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Sun, 7 Apr 2024 20:11:40 +0200 Subject: [PATCH 2/2] 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 7b12456..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": "Calculated", + "iot_class": "calculated", "dependencies": [ "http" ],