Merge pull request from home-assistant/rfxtrx_update

Update rfxtrx lib to 0.12
This commit is contained in:
Daniel Høyer Iversen 2016-09-23 09:25:15 +02:00 committed by GitHub
commit e4c5f356e2
2 changed files with 2 additions and 2 deletions
homeassistant/components
requirements_all.txt

View file

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

View file

@ -297,7 +297,7 @@ pushetta==1.0.15
py-cpuinfo==0.2.3 py-cpuinfo==0.2.3
# homeassistant.components.rfxtrx # homeassistant.components.rfxtrx
pyRFXtrx==0.11.0 pyRFXtrx==0.12.0
# homeassistant.components.notify.xmpp # homeassistant.components.notify.xmpp
pyasn1-modules==0.0.8 pyasn1-modules==0.0.8