Disable eliqonline requirement (#14156)

* Disable eliqonline requirement

* Disable pylint import error
This commit is contained in:
Paulus Schoutsen 2018-04-28 20:15:00 -04:00 committed by GitHub
parent a4bf421044
commit fd038b6de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -276,9 +276,6 @@ dsmr_parser==0.11
# homeassistant.components.sensor.dweet
dweepy==0.3.0
# homeassistant.components.sensor.eliqonline
eliqonline==1.0.13
# homeassistant.components.enocean
enocean==0.40