Upgrading to python-wink 0.7.4 and improving RGB color support in HA (#1832)
This commit is contained in:
parent
bb439129e6
commit
09693bf16c
11 changed files with 195 additions and 15 deletions
|
@ -10,7 +10,7 @@ from homeassistant.components.binary_sensor import BinarySensorDevice
|
|||
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.6.4']
|
||||
REQUIREMENTS = ['python-wink==0.7.4']
|
||||
|
||||
# These are the available sensors mapped to binary_sensor class
|
||||
SENSOR_TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue