Bump pyenvisalink to version 2.0 (#5311)
parent
4b43537801
commit
5f7d53c06b
|
@ -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==1.9', 'pydispatcher==2.0.5']
|
||||
REQUIREMENTS = ['pyenvisalink==2.0', 'pydispatcher==2.0.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
DOMAIN = 'envisalink'
|
||||
|
|
|
@ -413,7 +413,7 @@ pydispatcher==2.0.5
|
|||
pyemby==0.2
|
||||
|
||||
# homeassistant.components.envisalink
|
||||
pyenvisalink==1.9
|
||||
pyenvisalink==2.0
|
||||
|
||||
# homeassistant.components.ifttt
|
||||
pyfttt==0.3
|
||||
|
|
Loading…
Reference in New Issue