diff --git a/homeassistant/components/eufy.py b/homeassistant/components/eufy.py index 31a4dddd424..c1166f8cf7b 100644 --- a/homeassistant/components/eufy.py +++ b/homeassistant/components/eufy.py @@ -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' } diff --git a/requirements_all.txt b/requirements_all.txt index 8bcbd449635..fd45ca3da40 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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