Merge pull request #2786 from home-assistant/rfxtrx_lib

update rfxtrx lib
pull/2790/merge
Daniel Høyer Iversen 2016-08-11 11:41:49 +02:00 committed by GitHub
commit eea7824a7e
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.9.0']
REQUIREMENTS = ['pyRFXtrx==0.10.0']
DOMAIN = "rfxtrx"

View File

@ -268,7 +268,7 @@ pushetta==1.0.15
py-cpuinfo==0.2.3
# homeassistant.components.rfxtrx
pyRFXtrx==0.9.0
pyRFXtrx==0.10.0
# homeassistant.components.notify.xmpp
pyasn1-modules==0.0.8