From 3acb3a86cf113e2af0021cde1f0a76be7aee1483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= <mail@dahoiv.net> Date: Thu, 6 Sep 2018 12:50:55 +0200 Subject: [PATCH] update rfxtrx lib (#16463) --- 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 60dbb209039..b5bc97b7ffa 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity from homeassistant.util import slugify -REQUIREMENTS = ['pyRFXtrx==0.22.1'] +REQUIREMENTS = ['pyRFXtrx==0.23'] DOMAIN = 'rfxtrx' diff --git a/requirements_all.txt b/requirements_all.txt index 9633b30d55b..a16fd558d26 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -746,7 +746,7 @@ pyCEC==0.4.13 pyHS100==0.3.2 # homeassistant.components.rfxtrx -pyRFXtrx==0.22.1 +pyRFXtrx==0.23 # homeassistant.components.sensor.tibber pyTibber==0.4.1 -- GitLab