From 976cd545feab767a7de070ab08832f40958a96a5 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Tue, 31 Jan 2017 03:19:49 -0500 Subject: [PATCH] Fixes issue #5627 by bumping external Amcrest module to version 1.1.4 (#5662) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- homeassistant/components/camera/amcrest.py | 2 +- homeassistant/components/sensor/amcrest.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/camera/amcrest.py b/homeassistant/components/camera/amcrest.py index ecc93dfaaeb..f272dda4bb3 100644 --- a/homeassistant/components/camera/amcrest.py +++ b/homeassistant/components/camera/amcrest.py @@ -18,7 +18,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.helpers.aiohttp_client import ( async_get_clientsession, async_aiohttp_proxy_stream) -REQUIREMENTS = ['amcrest==1.1.3'] +REQUIREMENTS = ['amcrest==1.1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/sensor/amcrest.py b/homeassistant/components/sensor/amcrest.py index 44fdeca54f1..08d551b8fde 100644 --- a/homeassistant/components/sensor/amcrest.py +++ b/homeassistant/components/sensor/amcrest.py @@ -20,7 +20,7 @@ import homeassistant.loader as loader from requests.exceptions import HTTPError, ConnectTimeout -REQUIREMENTS = ['amcrest==1.1.3'] +REQUIREMENTS = ['amcrest==1.1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index abe9fdf730e..762013c5524 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -39,7 +39,7 @@ aiohttp_cors==0.5.0 # homeassistant.components.camera.amcrest # homeassistant.components.sensor.amcrest -amcrest==1.1.3 +amcrest==1.1.4 # homeassistant.components.media_player.anthemav anthemav==1.1.8