diff --git a/homeassistant/components/envisalink.py b/homeassistant/components/envisalink.py index f1a7009e059..23f9acef12f 100644 --- a/homeassistant/components/envisalink.py +++ b/homeassistant/components/envisalink.py @@ -12,7 +12,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.helpers.entity import Entity from homeassistant.components.discovery import load_platform -REQUIREMENTS = ['pyenvisalink==0.9', 'pydispatcher==2.0.5'] +REQUIREMENTS = ['pyenvisalink==1.0', 'pydispatcher==2.0.5'] _LOGGER = logging.getLogger(__name__) DOMAIN = 'envisalink' diff --git a/requirements_all.txt b/requirements_all.txt index e8a24fc2024..a5ef32201c5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -252,7 +252,7 @@ pychromecast==0.7.2 pydispatcher==2.0.5 # homeassistant.components.envisalink -pyenvisalink==0.9 +pyenvisalink==1.0 # homeassistant.components.ifttt pyfttt==0.3