From ee551e2a9c090d51eb74227460e86a9cf82d73ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Thu, 2 Feb 2017 16:18:16 +0100 Subject: [PATCH] up rfxtrx lib (#5721) --- 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 a208bfcfaa4..caa44d5a8f2 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.16.0'] +REQUIREMENTS = ['pyRFXtrx==0.16.1'] DOMAIN = "rfxtrx" diff --git a/requirements_all.txt b/requirements_all.txt index 71895cc6737..e55911f5943 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -396,7 +396,7 @@ pyCEC==0.4.12 pyHS100==0.2.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.16.0 +pyRFXtrx==0.16.1 # homeassistant.components.notify.xmpp pyasn1-modules==0.0.8