Update rfxtrx to 0.12

This commit is contained in:
Daniel 2016-09-23 09:04:57 +02:00
parent 65b1a731ca
commit 03b2c48d45
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.11.0']
REQUIREMENTS = ['pyRFXtrx==0.12.0']
DOMAIN = "rfxtrx"