mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Merge pull request #1206 from turbokongen/rfxtrx-newprotocols
Supporting electricity sensors with ELEC2/3 protocol from latest pyRFXtrx (0.4)
This commit is contained in:
commit
8857c48c17
@ -21,7 +21,9 @@ DATA_TYPES = OrderedDict([
|
|||||||
('Humidity', '%'),
|
('Humidity', '%'),
|
||||||
('Barometer', ''),
|
('Barometer', ''),
|
||||||
('Wind direction', ''),
|
('Wind direction', ''),
|
||||||
('Rain rate', '')])
|
('Rain rate', ''),
|
||||||
|
('Energy usage', 'W'),
|
||||||
|
('Total usage', 'W')])
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user