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 = {}