mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump requirements_all.txt version, remove pylint disable
This commit is contained in:
parent
ef6c209c6f
commit
dbc05450a0
@ -24,7 +24,6 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||||||
if discovery_info is not None:
|
if discovery_info is not None:
|
||||||
location = discovery_info[2]
|
location = discovery_info[2]
|
||||||
mac = discovery_info[3]
|
mac = discovery_info[3]
|
||||||
# pylint: disable=too-many-function-args
|
|
||||||
device = discovery.device_from_description(location, mac)
|
device = discovery.device_from_description(location, mac)
|
||||||
|
|
||||||
if device:
|
if device:
|
||||||
|
@ -90,7 +90,7 @@ pynetgear==0.3
|
|||||||
netdisco==0.5
|
netdisco==0.5
|
||||||
|
|
||||||
# Wemo (switch.wemo)
|
# Wemo (switch.wemo)
|
||||||
pywemo==0.3.1
|
pywemo==0.3.2
|
||||||
|
|
||||||
# Wink (*.wink)
|
# Wink (*.wink)
|
||||||
https://github.com/balloob/python-wink/archive/c2b700e8ca866159566ecf5e644d9c297f69f257.zip#python-wink==0.1
|
https://github.com/balloob/python-wink/archive/c2b700e8ca866159566ecf5e644d9c297f69f257.zip#python-wink==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user