From dbc05450a0a2cbc57ea4eb90c89340114ec9f3c9 Mon Sep 17 00:00:00 2001 From: pavoni Date: Mon, 26 Oct 2015 16:32:12 +0000 Subject: [PATCH] Bump requirements_all.txt version, remove pylint disable --- homeassistant/components/switch/wemo.py | 1 - requirements_all.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index 820c0736c87..c710a914d80 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -24,7 +24,6 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): if discovery_info is not None: location = discovery_info[2] mac = discovery_info[3] - # pylint: disable=too-many-function-args device = discovery.device_from_description(location, mac) if device: diff --git a/requirements_all.txt b/requirements_all.txt index 11d91043d12..2ec0fb339bb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -90,7 +90,7 @@ pynetgear==0.3 netdisco==0.5 # Wemo (switch.wemo) -pywemo==0.3.1 +pywemo==0.3.2 # Wink (*.wink) https://github.com/balloob/python-wink/archive/c2b700e8ca866159566ecf5e644d9c297f69f257.zip#python-wink==0.1