From 62b785c0408570de78cfda27012fc21840ef9014 Mon Sep 17 00:00:00 2001 From: Daniel Hoyer Iversen Date: Thu, 19 Jan 2017 22:08:55 +0100 Subject: [PATCH] update rfxtrx lib --- homeassistant/components/rfxtrx.py | 3 ++- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index 56026168383..6918a596988 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.14.0'] +REQUIREMENTS = ['pyRFXtrx==0.15.0'] DOMAIN = "rfxtrx" @@ -34,6 +34,7 @@ EVENT_BUTTON_PRESSED = 'button_pressed' DATA_TYPES = OrderedDict([ ('Temperature', TEMP_CELSIUS), + ('Temperature2', TEMP_CELSIUS), ('Humidity', '%'), ('Barometer', ''), ('Wind direction', ''), diff --git a/requirements_all.txt b/requirements_all.txt index 1c806033e2f..eb244ac6080 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -387,7 +387,7 @@ py-cpuinfo==0.2.3 pyHS100==0.2.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.14.0 +pyRFXtrx==0.15.0 # homeassistant.components.notify.xmpp pyasn1-modules==0.0.8