From 12b2cfa9b5141a2198cbc8b519e06727cc9d363a Mon Sep 17 00:00:00 2001 From: Alan Fischer Date: Tue, 3 Oct 2017 00:17:36 -0600 Subject: [PATCH] Upgrade pyitachip2ir to 0.0.7 (#9669) --- homeassistant/components/remote/itach.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/remote/itach.py b/homeassistant/components/remote/itach.py index eefa1ed79af..8b91e5356b4 100644 --- a/homeassistant/components/remote/itach.py +++ b/homeassistant/components/remote/itach.py @@ -16,7 +16,7 @@ from homeassistant.const import ( CONF_DEVICES) from homeassistant.components.remote import PLATFORM_SCHEMA -REQUIREMENTS = ['pyitachip2ir==0.0.6'] +REQUIREMENTS = ['pyitachip2ir==0.0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 769e7608bd9..4956ea4a194 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -638,7 +638,7 @@ pyicloud==0.9.1 pyiss==1.0.1 # homeassistant.components.remote.itach -pyitachip2ir==0.0.6 +pyitachip2ir==0.0.7 # homeassistant.components.kira pykira==0.1.1