From cfd26adeee7a15294ab0432e96661aafc37ff779 Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Thu, 6 May 2021 02:32:11 +0200 Subject: [PATCH] Added iot_class class to manifest --- custom_components/mikrotik_router/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/mikrotik_router/manifest.json b/custom_components/mikrotik_router/manifest.json index 9d23cda..4e1897a 100644 --- a/custom_components/mikrotik_router/manifest.json +++ b/custom_components/mikrotik_router/manifest.json @@ -2,6 +2,7 @@ "domain": "mikrotik_router", "name": "Mikrotik Router", "config_flow": true, + "iot_class": "local_polling", "documentation": "https://github.com/tomaae/homeassistant-mikrotik_router", "issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues", "dependencies": [],