Support for RFY protocol (#2199)

This commit is contained in:
Sam Riley 2016-06-02 11:48:42 +01:00 committed by Paulus Schoutsen
parent 3bb3a70347
commit 0eb9516ea7
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
from homeassistant.helpers.entity import Entity
from homeassistant.const import (ATTR_ENTITY_ID, TEMP_CELSIUS)
REQUIREMENTS = ['pyRFXtrx==0.7.0']
REQUIREMENTS = ['pyRFXtrx==0.8.0']
DOMAIN = "rfxtrx"

View file

@ -219,7 +219,7 @@ pushetta==1.0.15
py-cpuinfo==0.2.3
# homeassistant.components.rfxtrx
pyRFXtrx==0.7.0
pyRFXtrx==0.8.0
# homeassistant.components.notify.xmpp
pyasn1-modules==0.0.8