From 03df48af9cd75e5bd162ed8ed3e089c8a3db552c Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Fri, 10 Sep 2021 09:38:01 -0400 Subject: [PATCH] Bump amcrest version to 1.8.1 (#56058) The current version of the `amcrest` package has a bug in exposing if the video stream is enabled, which leads to the substream status being used to set if the camera is on or off. The updated version of `amcrest` fixes this bug. Fixes #55661 --- homeassistant/components/amcrest/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/amcrest/manifest.json b/homeassistant/components/amcrest/manifest.json index acd93c4e2ed..725ff96b3ad 100644 --- a/homeassistant/components/amcrest/manifest.json +++ b/homeassistant/components/amcrest/manifest.json @@ -2,7 +2,7 @@ "domain": "amcrest", "name": "Amcrest", "documentation": "https://www.home-assistant.io/integrations/amcrest", - "requirements": ["amcrest==1.8.0"], + "requirements": ["amcrest==1.8.1"], "dependencies": ["ffmpeg"], "codeowners": ["@flacjacket"], "iot_class": "local_polling" diff --git a/requirements_all.txt b/requirements_all.txt index e2caee77f4d..9ffac914550 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -276,7 +276,7 @@ ambee==0.3.0 ambiclimate==0.2.1 # homeassistant.components.amcrest -amcrest==1.8.0 +amcrest==1.8.1 # homeassistant.components.androidtv androidtv[async]==0.0.60