mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update python-wink to 1.8.0 (#14894)
* wink: Update to python-wink 1.8.0 This pulls in a patch to expose the GE Z-Wave in wall fan switch as a fan component instead of a light dimmer switch component. * Update requirements_all.txt
This commit is contained in:
parent
cb646e48d0
commit
65b0ec6615
@ -26,7 +26,7 @@ from homeassistant.helpers.entity_component import EntityComponent
|
|||||||
from homeassistant.helpers.event import track_time_interval
|
from homeassistant.helpers.event import track_time_interval
|
||||||
from homeassistant.util.json import load_json, save_json
|
from homeassistant.util.json import load_json, save_json
|
||||||
|
|
||||||
REQUIREMENTS = ['python-wink==1.7.3', 'pubnubsub-handler==1.0.2']
|
REQUIREMENTS = ['python-wink==1.8.0', 'pubnubsub-handler==1.0.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1096,7 +1096,7 @@ python-velbus==2.0.11
|
|||||||
python-vlc==1.1.2
|
python-vlc==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
python-wink==1.7.3
|
python-wink==1.8.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.swiss_public_transport
|
# homeassistant.components.sensor.swiss_public_transport
|
||||||
python_opendata_transport==0.1.3
|
python_opendata_transport==0.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user