mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
parent
66af4bd011
commit
6cef850497
@ -44,7 +44,24 @@ DATA_TYPES = OrderedDict([
|
|||||||
('Sound', ''),
|
('Sound', ''),
|
||||||
('Sensor Status', ''),
|
('Sensor Status', ''),
|
||||||
('Counter value', ''),
|
('Counter value', ''),
|
||||||
('UV', 'uv')])
|
('UV', 'uv'),
|
||||||
|
('Humidity status', ''),
|
||||||
|
('Forecast', ''),
|
||||||
|
('Forecast numeric', ''),
|
||||||
|
('Rain total', ''),
|
||||||
|
('Wind average speed', ''),
|
||||||
|
('Wind gust', ''),
|
||||||
|
('Chill', ''),
|
||||||
|
('Total usage', ''),
|
||||||
|
('Count', ''),
|
||||||
|
('Current Ch. 1', ''),
|
||||||
|
('Current Ch. 2', ''),
|
||||||
|
('Current Ch. 3', ''),
|
||||||
|
('Energy usage', ''),
|
||||||
|
('Voltage', ''),
|
||||||
|
('Current', ''),
|
||||||
|
('Battery numeric', ''),
|
||||||
|
('Rssi numeric', '')])
|
||||||
|
|
||||||
RECEIVED_EVT_SUBSCRIBERS = []
|
RECEIVED_EVT_SUBSCRIBERS = []
|
||||||
RFX_DEVICES = {}
|
RFX_DEVICES = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user