File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Then when the sensor emits a signal it will be automatically added:
29
29
<img src='/images/components/rfxtrx/sensor.png' />
30
30
</p>
31
31
32
- Here the name is ` 0a52080000301004d240259` and you can verify that it works from the frontend.
33
- Then you should update your configuration to :
32
+ Here the name is ` 0a52080000301004d240259` or `0a52080000301004d240259_temperature` and you can verify that it works from the frontend.
33
+ Then you should update your configuration to (_temperature is not needed) :
34
34
35
35
` ` ` yaml
36
36
# Example configuration.yaml entry
@@ -54,6 +54,17 @@ sensor:
54
54
- Humidity
55
55
- Temperature
56
56
` ` `
57
+ Only these data_type are valid :
58
+ - *Temperature*
59
+ - *Humidity*
60
+ - *Barometer*
61
+ - *Wind direction*
62
+ - *Rain rate*
63
+ - *Energy usage*
64
+ - *Total usage*
65
+ - *Sound*
66
+ - *Sensor Status*
67
+ - *Counter value*
57
68
58
69
Example configuration :
59
70
@@ -79,3 +90,5 @@ Configuration variables:
79
90
- **automatic_add** (*Optional*): To enable the automatic addition of new lights.
80
91
- **data_type** (*Optional*): Which data type the sensor should show
81
92
- **fire_event** (*Optional*): Fires an event even if the state is the same as before. Can be used for automations.
93
+
94
+
You can’t perform that action at this time.
0 commit comments