Wink scene(shortcut) support (#6147)
* Wink scene(shortcut) support * Scenes to Scene * Moved wink scenes from switches to scenes * Updated python-wink version
This commit is contained in:
parent
11f11481b2
commit
62e57456e1
4 changed files with 47 additions and 3 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['python-wink==1.1.1', 'pubnubsub-handler==1.0.1']
|
||||
REQUIREMENTS = ['python-wink==1.2.1', 'pubnubsub-handler==1.0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -55,7 +55,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||
|
||||
WINK_COMPONENTS = [
|
||||
'binary_sensor', 'sensor', 'light', 'switch', 'lock', 'cover', 'climate',
|
||||
'fan', 'alarm_control_panel'
|
||||
'fan', 'alarm_control_panel', 'scene'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue