From 03ef74b4abc4530246b671ca1f8976a43d116642 Mon Sep 17 00:00:00 2001 From: koen01 Date: Fri, 8 Jul 2016 18:00:21 +0200 Subject: [PATCH] Add 'Sound' to rfxtrx DATA_TYPES (#2477) Fixes reception of SelectPlus and correctly adds the chime sensor. --- homeassistant/components/rfxtrx.py | 1 + 1 file changed, 1 insertion(+) 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', '')])