mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 17:09:17 +00:00
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
This commit is contained in:
parent
948a942a0d
commit
03df48af9c
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user