From f7c7073cd782d9556eeb2ec4a9141e5ac703621f Mon Sep 17 00:00:00 2001 From: Alan Fischer Date: Mon, 27 Feb 2017 20:52:32 -0700 Subject: [PATCH] Updated pyitachip2ir (#6296) * Updated pyitachip2ir * Updated requirements_all.txt --- 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 d76c39bf36a..fa424576a11 100644 --- a/homeassistant/components/remote/itach.py +++ b/homeassistant/components/remote/itach.py @@ -17,7 +17,7 @@ from homeassistant.const import ( from homeassistant.components.remote import ( PLATFORM_SCHEMA, ATTR_COMMAND) -REQUIREMENTS = ['pyitachip2ir==0.0.5'] +REQUIREMENTS = ['pyitachip2ir==0.0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 26169f838eb..6c883ff4f2d 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -510,7 +510,7 @@ pyicloud==0.9.1 pyiss==1.0.1 # homeassistant.components.remote.itach -pyitachip2ir==0.0.5 +pyitachip2ir==0.0.6 # homeassistant.components.sensor.lastfm pylast==1.8.0