From c814b39fdb6d6d56e98e7210367f98faba57babe Mon Sep 17 00:00:00 2001 From: John Mihalic <2854333+mezz64@users.noreply.github.com> Date: Fri, 5 Jul 2019 03:29:35 -0400 Subject: [PATCH] Update pyHik library to 0.2.3 (#24957) --- homeassistant/components/hikvision/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hikvision/manifest.json b/homeassistant/components/hikvision/manifest.json index db6af975081..bee53c89cdf 100644 --- a/homeassistant/components/hikvision/manifest.json +++ b/homeassistant/components/hikvision/manifest.json @@ -3,7 +3,7 @@ "name": "Hikvision", "documentation": "https://www.home-assistant.io/components/hikvision", "requirements": [ - "pyhik==0.2.2" + "pyhik==0.2.3" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 620faa65429..efa93000489 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1152,7 +1152,7 @@ pyhaversion==2.2.1 pyheos==0.5.2 # homeassistant.components.hikvision -pyhik==0.2.2 +pyhik==0.2.3 # homeassistant.components.hive pyhiveapi==0.2.17