Disable ebox requirement (#14003)

* Disable ebox requirement

* Lint
This commit is contained in:
Paulus Schoutsen 2018-04-19 14:06:49 -04:00 committed by GitHub
parent 9fcbe68fac
commit 13e72f48a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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__)

View File

@ -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