Re-enable eliqonline requirement (#14265)

This commit is contained in:
Erik Eriksson 2018-05-03 19:54:37 +02:00 committed by Sebastian Muszynski
parent e68b52d50d
commit 4ecce2598a
2 changed files with 4 additions and 2 deletions

View file

@ -14,8 +14,7 @@ from homeassistant.const import (CONF_ACCESS_TOKEN, CONF_NAME, STATE_UNKNOWN)
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
# pylint: disable=import-error, no-member
REQUIREMENTS = [] # ['eliqonline==1.0.13'] - package disappeared
REQUIREMENTS = ['eliqonline==1.0.14']
_LOGGER = logging.getLogger(__name__)