mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Re-enable eliqonline requirement (#14265)
This commit is contained in:
parent
e68b52d50d
commit
4ecce2598a
@ -14,8 +14,7 @@ from homeassistant.const import (CONF_ACCESS_TOKEN, CONF_NAME, STATE_UNKNOWN)
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
# pylint: disable=import-error, no-member
|
REQUIREMENTS = ['eliqonline==1.0.14']
|
||||||
REQUIREMENTS = [] # ['eliqonline==1.0.13'] - package disappeared
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -276,6 +276,9 @@ dsmr_parser==0.11
|
|||||||
# homeassistant.components.sensor.dweet
|
# homeassistant.components.sensor.dweet
|
||||||
dweepy==0.3.0
|
dweepy==0.3.0
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.eliqonline
|
||||||
|
eliqonline==1.0.14
|
||||||
|
|
||||||
# homeassistant.components.enocean
|
# homeassistant.components.enocean
|
||||||
enocean==0.40
|
enocean==0.40
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user