mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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_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({})
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user