From 9c7ef13f9156de65a1eeb82ffa10fe0f3789b420 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 18 Mar 2019 11:57:44 -0600 Subject: [PATCH] Fix hlk-sw16 inverted switch state (#22059) --- homeassistant/components/hlk_sw16/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hlk_sw16/__init__.py b/homeassistant/components/hlk_sw16/__init__.py index aab3f79b8b2..acb604bc010 100644 --- a/homeassistant/components/hlk_sw16/__init__.py +++ b/homeassistant/components/hlk_sw16/__init__.py @@ -13,7 +13,7 @@ from homeassistant.helpers.discovery import async_load_platform from homeassistant.helpers.dispatcher import ( async_dispatcher_send, async_dispatcher_connect) -REQUIREMENTS = ['hlk-sw16==0.0.6'] +REQUIREMENTS = ['hlk-sw16==0.0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index a460fbd9be6..873b225dd5d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -545,7 +545,7 @@ hipnotify==1.0.8 hkavr==0.0.5 # homeassistant.components.hlk_sw16 -hlk-sw16==0.0.6 +hlk-sw16==0.0.7 # homeassistant.components.pi_hole.sensor hole==0.3.0