Prevent printing of packets. (#7492)

A small bug in the python-rflink library caused packets to be printed. This update prevents this from happening.
This commit is contained in:
Johan Bloemberg 2017-05-08 17:04:17 +02:00 committed by Pascal Vizeli
parent d7e3962cc0
commit ce879b7eb8
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.exceptions import HomeAssistantError
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['rflink==0.0.31'] REQUIREMENTS = ['rflink==0.0.34']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View file

@ -728,7 +728,7 @@ radiotherm==1.2
# raspihats==2.2.1 # raspihats==2.2.1
# homeassistant.components.rflink # homeassistant.components.rflink
rflink==0.0.31 rflink==0.0.34
# homeassistant.components.ring # homeassistant.components.ring
ring_doorbell==0.1.4 ring_doorbell==0.1.4

View file

@ -133,7 +133,7 @@ pyunifi==2.12
pywebpush==0.6.1 pywebpush==0.6.1
# homeassistant.components.rflink # homeassistant.components.rflink
rflink==0.0.31 rflink==0.0.34
# homeassistant.components.ring # homeassistant.components.ring
ring_doorbell==0.1.4 ring_doorbell==0.1.4