diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index 3699671635e..ebb6a9536ed 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -40,6 +40,7 @@ DATA_TYPES = OrderedDict([ ('Rain rate', ''), ('Energy usage', 'W'), ('Total usage', 'W'), + ('Sound', ''), ('Sensor Status', ''), ('Unknown', '')])