From ce879b7eb866e40155e9cb423d68fd91547cdf91 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Mon, 8 May 2017 17:04:17 +0200 Subject: [PATCH] Prevent printing of packets. (#7492) A small bug in the python-rflink library caused packets to be printed. This update prevents this from happening. --- homeassistant/components/rflink.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/rflink.py b/homeassistant/components/rflink.py index 52fd602f0de..33feb8c034b 100644 --- a/homeassistant/components/rflink.py +++ b/homeassistant/components/rflink.py @@ -20,7 +20,7 @@ from homeassistant.exceptions import HomeAssistantError import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['rflink==0.0.31'] +REQUIREMENTS = ['rflink==0.0.34'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ab326c70b48..734041c8d47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -728,7 +728,7 @@ radiotherm==1.2 # raspihats==2.2.1 # homeassistant.components.rflink -rflink==0.0.31 +rflink==0.0.34 # homeassistant.components.ring ring_doorbell==0.1.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bd7a9edbee9..72c264fd775 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -133,7 +133,7 @@ pyunifi==2.12 pywebpush==0.6.1 # homeassistant.components.rflink -rflink==0.0.31 +rflink==0.0.34 # homeassistant.components.ring ring_doorbell==0.1.4