Updated template for configuration.yaml and removed redundant chanage to pytuya.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user