mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
parent
9fcbe68fac
commit
13e72f48a8
@ -19,7 +19,8 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, CONF_MONITORED_VARIABLES)
|
CONF_NAME, CONF_MONITORED_VARIABLES)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyebox==0.1.0']
|
# pylint: disable=import-error
|
||||||
|
REQUIREMENTS = [] # ['pyebox==0.1.0'] - disabled because it breaks pip10
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -747,9 +747,6 @@ pydispatcher==2.0.5
|
|||||||
# homeassistant.components.android_ip_webcam
|
# homeassistant.components.android_ip_webcam
|
||||||
pydroid-ipcam==0.8
|
pydroid-ipcam==0.8
|
||||||
|
|
||||||
# homeassistant.components.sensor.ebox
|
|
||||||
pyebox==0.1.0
|
|
||||||
|
|
||||||
# homeassistant.components.climate.econet
|
# homeassistant.components.climate.econet
|
||||||
pyeconet==0.0.5
|
pyeconet==0.0.5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user