Introduced type_0a and type_0d devices autodetection

This commit is contained in:
rospogrigio
2020-09-10 10:59:58 +02:00
parent 63d1ef26d4
commit 8e9fb82304
4 changed files with 15 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ from homeassistant.components.light import (
from homeassistant.util import color as colorutil
import socket
REQUIREMENTS = ['pytuya==7.0.9']
REQUIREMENTS = ['pytuya>=7.1.0']
CONF_DEVICE_ID = 'device_id'
CONF_LOCAL_KEY = 'local_key'