From 20a47da824c02a68edef31cdbbbe3dc73b86f439 Mon Sep 17 00:00:00 2001 From: rospogrigio <49229287+rospogrigio@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:36:28 +0200 Subject: [PATCH] Added iot_class to manifest.json --- custom_components/localtuya/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/localtuya/manifest.json b/custom_components/localtuya/manifest.json index 094b987..7f19f9f 100644 --- a/custom_components/localtuya/manifest.json +++ b/custom_components/localtuya/manifest.json @@ -9,5 +9,6 @@ ], "issue_tracker": "https://github.com/rospogrigio/localtuya/issues", "requirements": [], - "config_flow": true + "config_flow": true, + "iot_class": "local_push" }