mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
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
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user