From 4b82c34b8f30b41b8947596ed57eb83b04e0a46f Mon Sep 17 00:00:00 2001 From: lunar-consultancy Date: Wed, 21 Jun 2017 08:55:51 +0200 Subject: [PATCH] Added RFXTRX UV badge (#8129) --- homeassistant/components/rfxtrx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index 3c3f1e00f68..4e0f89be315 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -43,7 +43,8 @@ DATA_TYPES = OrderedDict([ ('Total usage', 'W'), ('Sound', ''), ('Sensor Status', ''), - ('Counter value', '')]) + ('Counter value', ''), + ('UV', 'uv')]) RECEIVED_EVT_SUBSCRIBERS = [] RFX_DEVICES = {}