From 32850b973dfaeadd887638eabb3d128ace5a4c0b Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Mon, 28 Sep 2020 15:32:45 +0200 Subject: [PATCH] More lint fixes --- custom_components/localtuya/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/common.py b/custom_components/localtuya/common.py index 088ae55..9c930c8 100644 --- a/custom_components/localtuya/common.py +++ b/custom_components/localtuya/common.py @@ -89,7 +89,7 @@ class TuyaDevice: raise ConnectionError("Failed to update status .") def set_dps(self, state, dps_index): - """Change the value of a DP of the Tuya device, and update the cached status.""" + """Change value of a DP of the Tuya device and update the cached status.""" # _LOGGER.info("running def set_dps from TuyaDevice") # No need to clear the cache here: let's just update the status of the # changed dps as returned by the interface (see 5 lines below)