Skip to content

Commit

Permalink
Merge pull request home-assistant#2487 from home-assistant/rfxtrx
Browse files Browse the repository at this point in the history
Rfxtrx
  • Loading branch information
Danielhiversen authored Jul 11, 2016
2 parents bde2f0d + 3b14189 commit 085d026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/rfxtrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.const import (ATTR_ENTITY_ID, TEMP_CELSIUS)

REQUIREMENTS = ['pyRFXtrx==0.8.0']
REQUIREMENTS = ['pyRFXtrx==0.9.0']

DOMAIN = "rfxtrx"

Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/sensor/rfxtrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
sub_sensors = {}
data_types = entity_info[ATTR_DATA_TYPE]
if len(data_types) == 0:
data_type = "Unknown"
for data_type in DATA_TYPES:
if data_type in event.values:
data_types = [data_type]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pushetta==1.0.15
py-cpuinfo==0.2.3

# homeassistant.components.rfxtrx
pyRFXtrx==0.8.0
pyRFXtrx==0.9.0

# homeassistant.components.notify.xmpp
pyasn1-modules==0.0.8
Expand Down

0 comments on commit 085d026

Please sign in to comment.