mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Upgrading to python-wink 0.7.4 and improving RGB color support in HA (#1832)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bb439129e6
commit
09693bf16c
@@ -10,7 +10,7 @@ from homeassistant.const import (CONF_ACCESS_TOKEN, STATE_CLOSED,
|
||||
STATE_OPEN, TEMP_CELCIUS)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.6.4']
|
||||
REQUIREMENTS = ['python-wink==0.7.4']
|
||||
|
||||
SENSOR_TYPES = ['temperature', 'humidity']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user