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