parent
9fcbe68fac
commit
13e72f48a8
|
@ -19,7 +19,8 @@ from homeassistant.const import (
|
|||
CONF_NAME, CONF_MONITORED_VARIABLES)
|
||||
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__)
|
||||
|
||||
|
|
|
@ -747,9 +747,6 @@ pydispatcher==2.0.5
|
|||
# homeassistant.components.android_ip_webcam
|
||||
pydroid-ipcam==0.8
|
||||
|
||||
# homeassistant.components.sensor.ebox
|
||||
pyebox==0.1.0
|
||||
|
||||
# homeassistant.components.climate.econet
|
||||
pyeconet==0.0.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue