mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Upgrading to python-wink 0.7.5. (#1925)
This fixes a bug where light bulb statuses were failing to update on the HA polling update call.
This commit is contained in:
committed by
Fabian Affolter
parent
f0bcdc6bd8
commit
725b336683
@@ -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.7.4']
|
||||
REQUIREMENTS = ['python-wink==0.7.5']
|
||||
|
||||
# These are the available sensors mapped to binary_sensor class
|
||||
SENSOR_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user