mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Update pyenvisalink to latest version (#3435)
This commit is contained in:
@@ -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.0', 'pydispatcher==2.0.5']
|
||||
REQUIREMENTS = ['pyenvisalink==1.5', 'pydispatcher==2.0.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
DOMAIN = 'envisalink'
|
||||
|
@@ -327,7 +327,7 @@ pycmus==0.1.0
|
||||
pydispatcher==2.0.5
|
||||
|
||||
# homeassistant.components.envisalink
|
||||
pyenvisalink==1.0
|
||||
pyenvisalink==1.5
|
||||
|
||||
# homeassistant.components.ifttt
|
||||
pyfttt==0.3
|
||||
|
Reference in New Issue
Block a user