diff --git a/homeassistant/components/sensor/ebox.py b/homeassistant/components/sensor/ebox.py index eee959fceba8..aca2d7bdb9aa 100644 --- a/homeassistant/components/sensor/ebox.py +++ b/homeassistant/components/sensor/ebox.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 6b64dba2bc67..bfff65c54f6d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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