Enable codespell and fix mistakes

This commit is contained in:
Pierre Ståhl
2020-09-23 17:57:19 +02:00
parent 4e72767b30
commit 02a2f08c40
2 changed files with 3 additions and 3 deletions

View File

@@ -331,7 +331,7 @@ class TuyaInterface:
if "devId" in json_data:
json_data["devId"] = self.id
if "uid" in json_data:
json_data["uid"] = self.id # still use id, no seperate uid
json_data["uid"] = self.id # still use id, no separate uid
if "t" in json_data:
json_data["t"] = str(int(time.time()))