From 8a9c94fd9e8da65c9e8fcc84897615189b0ae98d Mon Sep 17 00:00:00 2001 From: James Hilliard <james.hilliard1@gmail.com> Date: Thu, 20 Aug 2020 08:10:29 -0600 Subject: [PATCH] Fix hlk-sw16 checksum decode. (#39080) --- homeassistant/components/hlk_sw16/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/hlk_sw16/manifest.json b/homeassistant/components/hlk_sw16/manifest.json index aee829f593a..112172d715c 100644 --- a/homeassistant/components/hlk_sw16/manifest.json +++ b/homeassistant/components/hlk_sw16/manifest.json @@ -3,7 +3,7 @@ "name": "Hi-Link HLK-SW16", "documentation": "https://www.home-assistant.io/integrations/hlk_sw16", "requirements": [ - "hlk-sw16==0.0.8" + "hlk-sw16==0.0.9" ], "codeowners": [ "@jameshilliard" diff --git a/requirements_all.txt b/requirements_all.txt index 356ac9ec5eb..e52d90c6633 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -733,7 +733,7 @@ hikvision==0.4 hkavr==0.0.5 # homeassistant.components.hlk_sw16 -hlk-sw16==0.0.8 +hlk-sw16==0.0.9 # homeassistant.components.pi_hole hole==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 520392eb492..6d63f155433 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -359,7 +359,7 @@ hdate==0.9.5 herepy==2.0.0 # homeassistant.components.hlk_sw16 -hlk-sw16==0.0.8 +hlk-sw16==0.0.9 # homeassistant.components.pi_hole hole==0.5.1 -- GitLab