mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add 'Sound' to rfxtrx DATA_TYPES (#2477)
Fixes reception of SelectPlus and correctly adds the chime sensor.
This commit is contained in:
parent
ab63fbff3f
commit
03ef74b4ab
@ -40,6 +40,7 @@ DATA_TYPES = OrderedDict([
|
|||||||
('Rain rate', ''),
|
('Rain rate', ''),
|
||||||
('Energy usage', 'W'),
|
('Energy usage', 'W'),
|
||||||
('Total usage', 'W'),
|
('Total usage', 'W'),
|
||||||
|
('Sound', ''),
|
||||||
('Sensor Status', ''),
|
('Sensor Status', ''),
|
||||||
('Unknown', '')])
|
('Unknown', '')])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user