Disable eliqonline requirement (#14156)
* Disable eliqonline requirement * Disable pylint import error
This commit is contained in:
parent
a4bf421044
commit
fd038b6de9
2 changed files with 2 additions and 4 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue