From 575f57a24ec5546b884b2c94ca4ece95d1eb1a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 24 Apr 2017 13:42:26 +0200 Subject: [PATCH] Rfxtrx upgrade lib 0.18 (#7273) --- 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 6eaf9ad1cf9..1370aa73e1f 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.17.0'] +REQUIREMENTS = ['pyRFXtrx==0.18.0'] DOMAIN = "rfxtrx" diff --git a/requirements_all.txt b/requirements_all.txt index bf1b921cc21..c9af77608d6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -482,7 +482,7 @@ pyCEC==0.4.13 pyHS100==0.2.4.2 # homeassistant.components.rfxtrx -pyRFXtrx==0.17.0 +pyRFXtrx==0.18.0 # homeassistant.components.alarm_control_panel.alarmdotcom pyalarmdotcom==0.3.0