From cb7f794d7f8863e9b277ad407333b2ff440af863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Sun, 7 Apr 2024 20:21:32 +0200 Subject: [PATCH] Redo iot_class to local_push after review --- 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 e652f04..2d81665 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": "local_push", "dependencies": [ "http" ],