Updated template for configuration.yaml and removed redundant chanage to pytuya.

This commit is contained in:
Tim Empringham
2020-09-02 15:26:46 -04:00
parent 843f556fa5
commit 1d80202cab
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ light:
local_key: 1234567891234567 local_key: 1234567891234567
device_id: 12345678912345671234 device_id: 12345678912345671234
name: tuya_01 name: tuya_01
friendly_name: This Light
protocol_version: 3.3 protocol_version: 3.3
""" """
import voluptuous as vol import voluptuous as vol

View File

@@ -6,7 +6,7 @@
# This would not exist without the protocol reverse engineering from # This would not exist without the protocol reverse engineering from
# https://github.com/codetheweb/tuyapi by codetheweb and blackrozes # https://github.com/codetheweb/tuyapi by codetheweb and blackrozes
# #
# Tested with Python 2.7 and Python 3.6.1 only () # Tested with Python 2.7 and Python 3.6.1 only
import base64 import base64