From af0eb622d4c4db010e620e78ac5a382581f5b126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=BE=E5=90=AF?= <18442047+tsutsuku@users.noreply.github.com> Date: Wed, 30 Jun 2021 20:32:47 +0800 Subject: [PATCH] [add] version in manifest.json --- custom_components/tuya_v2/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/tuya_v2/manifest.json b/custom_components/tuya_v2/manifest.json index 8ffbf64..50a60a6 100644 --- a/custom_components/tuya_v2/manifest.json +++ b/custom_components/tuya_v2/manifest.json @@ -1,6 +1,7 @@ { "domain": "tuya_v2", "name": "Tuya v2", + "version": "1.3", "documentation": "https://github.com/tuya/tuya-home-assistant", "requirements": [ "tuya-iot-py-sdk==0.3.0"