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:
committed by
Paulus Schoutsen
parent
7f143bcdf9
commit
56ce3e5f5a
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user