mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Bump pyenvisalink to version 2.0 (#5311)
This commit is contained in:
parent
4b43537801
commit
5f7d53c06b
@ -12,7 +12,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.components.discovery import load_platform
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
DOMAIN = 'envisalink'
|
DOMAIN = 'envisalink'
|
||||||
|
@ -413,7 +413,7 @@ pydispatcher==2.0.5
|
|||||||
pyemby==0.2
|
pyemby==0.2
|
||||||
|
|
||||||
# homeassistant.components.envisalink
|
# homeassistant.components.envisalink
|
||||||
pyenvisalink==1.9
|
pyenvisalink==2.0
|
||||||
|
|
||||||
# homeassistant.components.ifttt
|
# homeassistant.components.ifttt
|
||||||
pyfttt==0.3
|
pyfttt==0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user