From 2493155f2b87d2e981e2ecf01964cb6b51eae068 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 11 Aug 2016 14:18:23 +0200 Subject: [PATCH] update rfxtrx lib --- homeassistant/components/rfxtrx.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index d1656ce44fa..b5f570d4379 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -14,7 +14,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.helpers.entity import Entity from homeassistant.const import (ATTR_ENTITY_ID, TEMP_CELSIUS) -REQUIREMENTS = ['pyRFXtrx==0.10.0'] +REQUIREMENTS = ['pyRFXtrx==0.10.1'] DOMAIN = "rfxtrx" diff --git a/requirements_all.txt b/requirements_all.txt index 109fd768723..58f0ca2dcac 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -268,7 +268,7 @@ pushetta==1.0.15 py-cpuinfo==0.2.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.10.0 +pyRFXtrx==0.10.1 # homeassistant.components.notify.xmpp pyasn1-modules==0.0.8