Update rflink to 0.0.37 (#12603)
* Update requirements_all.txt * Update rflink.py
This commit is contained in:
parent
df78eecc1b
commit
8617177ff1
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ from homeassistant.helpers.deprecation import get_deprecated
|
|||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
|
||||
REQUIREMENTS = ['rflink==0.0.34']
|
||||
REQUIREMENTS = ['rflink==0.0.37']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1085,7 +1085,7 @@ regenmaschine==0.4.1
|
|||
restrictedpython==4.0b2
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.34
|
||||
rflink==0.0.37
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.1.8
|
||||
|
|
Loading…
Add table
Reference in a new issue