Upgrade pyuserinput to 0.1.11 (#3068)

This commit is contained in:
Fabian Affolter 2016-09-01 10:37:58 +02:00 committed by Paulus Schoutsen
parent 571cbdf40c
commit e045a6f0c3
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,9 @@ from homeassistant.const import (
SERVICE_MEDIA_PREVIOUS_TRACK, SERVICE_VOLUME_DOWN, SERVICE_VOLUME_MUTE, SERVICE_MEDIA_PREVIOUS_TRACK, SERVICE_VOLUME_DOWN, SERVICE_VOLUME_MUTE,
SERVICE_VOLUME_UP) SERVICE_VOLUME_UP)
DOMAIN = "keyboard" REQUIREMENTS = ['pyuserinput==0.1.11']
REQUIREMENTS = ['pyuserinput==0.1.9']
DOMAIN = 'keyboard'
TAP_KEY_SCHEMA = vol.Schema({}) TAP_KEY_SCHEMA = vol.Schema({})

View File

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