mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Upgrade pyuserinput to 0.1.11 (#3068)
This commit is contained in:
parent
571cbdf40c
commit
e045a6f0c3
@ -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…
x
Reference in New Issue
Block a user