Introduced pytuya 7.0.9: Unified dev_type (device20 or device22) handling for all devices

This commit is contained in:
rospogrigio
2020-09-03 21:51:27 +02:00
parent fdefd70043
commit 16d8d4dcf9
4 changed files with 13 additions and 18 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.8']
REQUIREMENTS = ['pytuya==7.0.9']
CONF_DEVICE_ID = 'device_id'
CONF_LOCAL_KEY = 'local_key'