diff --git a/custom_components/localtuya/light.py b/custom_components/localtuya/light.py index d1a58ed..2fe8d83 100644 --- a/custom_components/localtuya/light.py +++ b/custom_components/localtuya/light.py @@ -9,6 +9,7 @@ light: local_key: 1234567891234567 device_id: 12345678912345671234 name: tuya_01 + friendly_name: This Light protocol_version: 3.3 """ import voluptuous as vol diff --git a/custom_components/localtuya/pytuya/__init__.py b/custom_components/localtuya/pytuya/__init__.py index 0dd085f..7caad0a 100644 --- a/custom_components/localtuya/pytuya/__init__.py +++ b/custom_components/localtuya/pytuya/__init__.py @@ -6,7 +6,7 @@ # This would not exist without the protocol reverse engineering from # 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