mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Updated python-wink version to fix color/temp detection (#2935)
This commit is contained in:
committed by
Paulus Schoutsen
parent
0def842231
commit
f00cdc50df
@@ -13,7 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.loader import get_component
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.7.11', 'pubnub==3.8.2']
|
||||
REQUIREMENTS = ['python-wink==0.7.13', 'pubnub==3.8.2']
|
||||
|
||||
# These are the available sensors mapped to binary_sensor class
|
||||
SENSOR_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user