update rfxtrx lib
This commit is contained in:
parent
3b25b5a6da
commit
62b785c040
2 changed files with 3 additions and 2 deletions
|
@ -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.14.0']
|
REQUIREMENTS = ['pyRFXtrx==0.15.0']
|
||||||
|
|
||||||
DOMAIN = "rfxtrx"
|
DOMAIN = "rfxtrx"
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ EVENT_BUTTON_PRESSED = 'button_pressed'
|
||||||
|
|
||||||
DATA_TYPES = OrderedDict([
|
DATA_TYPES = OrderedDict([
|
||||||
('Temperature', TEMP_CELSIUS),
|
('Temperature', TEMP_CELSIUS),
|
||||||
|
('Temperature2', TEMP_CELSIUS),
|
||||||
('Humidity', '%'),
|
('Humidity', '%'),
|
||||||
('Barometer', ''),
|
('Barometer', ''),
|
||||||
('Wind direction', ''),
|
('Wind direction', ''),
|
||||||
|
|
|
@ -387,7 +387,7 @@ py-cpuinfo==0.2.3
|
||||||
pyHS100==0.2.3
|
pyHS100==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.14.0
|
pyRFXtrx==0.15.0
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
pyasn1-modules==0.0.8
|
pyasn1-modules==0.0.8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue