From eb1e8ebc18afac74d882d92d5d35617d541078b7 Mon Sep 17 00:00:00 2001 From: David McNett <github@macnugget.org> Date: Tue, 24 Jan 2017 17:20:59 -0600 Subject: [PATCH] New version of anthemav python library (#5544) --- homeassistant/components/media_player/anthemav.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/anthemav.py b/homeassistant/components/media_player/anthemav.py index 2707a62f7bf..f53f5cf9264 100644 --- a/homeassistant/components/media_player/anthemav.py +++ b/homeassistant/components/media_player/anthemav.py @@ -17,7 +17,7 @@ from homeassistant.const import ( EVENT_HOMEASSISTANT_STOP) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['anthemav==1.1.7'] +REQUIREMENTS = ['anthemav==1.1.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bd86bd9e38f..980fdcebad5 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -41,7 +41,7 @@ aiohttp_cors==0.5.0 amcrest==1.1.3 # homeassistant.components.media_player.anthemav -anthemav==1.1.7 +anthemav==1.1.8 # homeassistant.components.apcupsd apcaccess==0.0.4 -- GitLab