Comment out pyuserinput in requirements_all (#3307)

* Comment out pyuserinput in requirements_all

* Ignore import error for keyboard component
This commit is contained in:
Paulus Schoutsen 2016-09-11 21:59:48 -07:00 committed by GitHub
parent 360a650370
commit fa4b253871
3 changed files with 4 additions and 2 deletions

View file

@ -50,6 +50,7 @@ def media_prev_track(hass):
def setup(hass, config):
"""Listen for keyboard events."""
# pylint: disable=import-error
import pykeyboard
keyboard = pykeyboard.PyKeyboard()

View file

@ -397,7 +397,7 @@ python-twitch==1.3.0
python-wink==0.7.14
# homeassistant.components.keyboard
pyuserinput==0.1.11
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.15

View file

@ -14,7 +14,8 @@ COMMENT_REQUIREMENTS = (
'pybluez',
'bluepy',
'python-lirc',
'gattlib'
'gattlib',
'pyuserinput',
)
IGNORE_PACKAGES = (