From 4defd96cd62eecedad0e0c73aa96a8c33166bbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A6dstrup?= <christian@fredborg-braedstrup.dk> Date: Fri, 1 Sep 2017 15:27:43 +0200 Subject: [PATCH] Version bump of DLink switch to v0.6.0 (#9252) --- homeassistant/components/switch/dlink.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/dlink.py b/homeassistant/components/switch/dlink.py index b24693da616..e3d426f83a6 100644 --- a/homeassistant/components/switch/dlink.py +++ b/homeassistant/components/switch/dlink.py @@ -14,7 +14,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv from homeassistant.const import TEMP_CELSIUS, STATE_UNKNOWN -REQUIREMENTS = ['pyW215==0.5.1'] +REQUIREMENTS = ['pyW215==0.6.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index a80b9de6d3d..f77390e83d2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -539,7 +539,7 @@ pyHS100==0.2.4.2 pyRFXtrx==0.20.0 # homeassistant.components.switch.dlink -pyW215==0.5.1 +pyW215==0.6.0 # homeassistant.components.alarm_control_panel.alarmdotcom pyalarmdotcom==0.3.0 -- GitLab