From 6cef85049710044e98a7cac724283f396571b615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Fri, 24 May 2019 09:46:59 +0200 Subject: [PATCH] Rfxtrx, add data types (#24066) * Rfxtrx, add data types * fix style --- homeassistant/components/rfxtrx/__init__.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 = {}