Bump lakeside requirement to support more Eufy devices (#19080)

The T1203 works fine with the existing protocol.
This commit is contained in:
Matthew Garrett 2018-12-06 22:32:21 -08:00 committed by Martin Hjelmare
parent 8a62bc9237
commit def4e89372
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['lakeside==0.10']
REQUIREMENTS = ['lakeside==0.11']
_LOGGER = logging.getLogger(__name__)
@ -43,6 +43,7 @@ EUFY_DISPATCH = {
'T1013': 'light',
'T1201': 'switch',
'T1202': 'switch',
'T1203': 'switch',
'T1211': 'switch'
}

View File

@ -564,7 +564,7 @@ kiwiki-client==0.1.1
konnected==0.1.4
# homeassistant.components.eufy
lakeside==0.10
lakeside==0.11
# homeassistant.components.owntracks
libnacl==1.6.1