From c23a147c6bf6631943585b03f01764f9115b2dd4 Mon Sep 17 00:00:00 2001 From: mileperhour <45832940+mileperhour@users.noreply.github.com> Date: Tue, 3 Sep 2019 22:29:29 +0200 Subject: [PATCH] Update switch.py --- custom_components/localtuya/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/switch.py b/custom_components/localtuya/switch.py index 427e500..c9c805f 100644 --- a/custom_components/localtuya/switch.py +++ b/custom_components/localtuya/switch.py @@ -11,7 +11,7 @@ import homeassistant.helpers.config_validation as cv from time import time from threading import Lock -REQUIREMENTS = ['pytuya==7.0.2'] +REQUIREMENTS = ['pytuya==7.0.4'] CONF_DEVICE_ID = 'device_id' CONF_LOCAL_KEY = 'local_key'