From e045a6f0c36bc375178002f2d18f650a766fdfde Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Sep 2016 10:37:58 +0200 Subject: [PATCH] Upgrade pyuserinput to 0.1.11 (#3068) --- homeassistant/components/keyboard.py | 5 +++-- requirements_all.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/keyboard.py b/homeassistant/components/keyboard.py index 1a33b7dc082..65f94c730bc 100644 --- a/homeassistant/components/keyboard.py +++ b/homeassistant/components/keyboard.py @@ -11,8 +11,9 @@ from homeassistant.const import ( SERVICE_MEDIA_PREVIOUS_TRACK, SERVICE_VOLUME_DOWN, SERVICE_VOLUME_MUTE, SERVICE_VOLUME_UP) -DOMAIN = "keyboard" -REQUIREMENTS = ['pyuserinput==0.1.9'] +REQUIREMENTS = ['pyuserinput==0.1.11'] + +DOMAIN = 'keyboard' TAP_KEY_SCHEMA = vol.Schema({}) diff --git a/requirements_all.txt b/requirements_all.txt index 934dec82bed..ecd9c146073 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -394,7 +394,7 @@ python-twitch==1.3.0 python-wink==0.7.13 # homeassistant.components.keyboard -pyuserinput==0.1.9 +pyuserinput==0.1.11 # homeassistant.components.vera pyvera==0.2.15