Update rflink to 0.0.37 (#12603)

* Update requirements_all.txt

* Update rflink.py
This commit is contained in:
Åskar Andersson 2018-03-30 04:45:25 +02:00 committed by Paulus Schoutsen
parent df78eecc1b
commit 8617177ff1
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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