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
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['rflink==0.0.31']
REQUIREMENTS = ['rflink==0.0.34']
_LOGGER = logging.getLogger(__name__)