1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Wink siren support

This commit is contained in:
William Scanlon
2016-01-21 11:12:00 -05:00
committed by Paulus Schoutsen
parent 7f143bcdf9
commit 56ce3e5f5a
6 changed files with 9 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import logging
from homeassistant.helpers.entity import Entity
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
REQUIREMENTS = ['python-wink==0.4.1']
REQUIREMENTS = ['python-wink==0.4.2']
def setup_platform(hass, config, add_devices, discovery_info=None):