Upgrade pyuserinput to 0.1.11 (#3068)
This commit is contained in:
parent
571cbdf40c
commit
e045a6f0c3
2 changed files with 4 additions and 3 deletions
|
@ -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({})
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue