From 6fa60c464bb012c73f03b9b3ea69d82539d7c8f5 Mon Sep 17 00:00:00 2001 From: Johann Kellerman Date: Sun, 15 Apr 2018 22:19:15 +0200 Subject: [PATCH] Upgrade pyqwikswitch to 0.71 (#13920) --- homeassistant/components/qwikswitch.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/qwikswitch.py b/homeassistant/components/qwikswitch.py index 708eff7cf11..4ecdad10a88 100644 --- a/homeassistant/components/qwikswitch.py +++ b/homeassistant/components/qwikswitch.py @@ -18,7 +18,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.components.light import ATTR_BRIGHTNESS import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pyqwikswitch==0.6'] +REQUIREMENTS = ['pyqwikswitch==0.71'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8fe9c7e1c13..ec705e69e52 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -885,7 +885,7 @@ pyowm==2.8.0 pypollencom==1.1.1 # homeassistant.components.qwikswitch -pyqwikswitch==0.6 +pyqwikswitch==0.71 # homeassistant.components.rainbird pyrainbird==0.1.3