From 2505792ef38303ffc76e7ea818557ba3698328f9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 27 Sep 2016 08:46:14 +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 11988363353..f891c8e0ec0 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.12.0'] +REQUIREMENTS = ['pyRFXtrx==0.13.0'] DOMAIN = "rfxtrx" diff --git a/requirements_all.txt b/requirements_all.txt index 02c7f4394c3..ba021d93cb0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -303,7 +303,7 @@ pushetta==1.0.15 py-cpuinfo==0.2.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.12.0 +pyRFXtrx==0.13.0 # homeassistant.components.notify.xmpp pyasn1-modules==0.0.8