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