diff --git a/homeassistant/components/rfxtrx/__init__.py b/homeassistant/components/rfxtrx/__init__.py index f7e42ce4357..3545d16ebbd 100644 --- a/homeassistant/components/rfxtrx/__init__.py +++ b/homeassistant/components/rfxtrx/__init__.py @@ -44,7 +44,24 @@ DATA_TYPES = OrderedDict([ ('Sound', ''), ('Sensor Status', ''), ('Counter value', ''), - ('UV', 'uv')]) + ('UV', 'uv'), + ('Humidity status', ''), + ('Forecast', ''), + ('Forecast numeric', ''), + ('Rain total', ''), + ('Wind average speed', ''), + ('Wind gust', ''), + ('Chill', ''), + ('Total usage', ''), + ('Count', ''), + ('Current Ch. 1', ''), + ('Current Ch. 2', ''), + ('Current Ch. 3', ''), + ('Energy usage', ''), + ('Voltage', ''), + ('Current', ''), + ('Battery numeric', ''), + ('Rssi numeric', '')]) RECEIVED_EVT_SUBSCRIBERS = [] RFX_DEVICES = {}