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:
parent
d7e3962cc0
commit
ce879b7eb8
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue