Skip to content

Commit 0429b5e

Browse files
authored
Update sensor.rfxtrx.markdown
1 parent dd5a176 commit 0429b5e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

source/_components/sensor.rfxtrx.markdown

+15-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Then when the sensor emits a signal it will be automatically added:
2929
<img src='/images/components/rfxtrx/sensor.png' />
3030
</p>
3131
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):
3434

3535
```yaml
3636
# Example configuration.yaml entry
@@ -54,6 +54,17 @@ sensor:
5454
- Humidity
5555
- Temperature
5656
```
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*
5768

5869
Example configuration:
5970

@@ -79,3 +90,5 @@ Configuration variables:
7990
- **automatic_add** (*Optional*): To enable the automatic addition of new lights.
8091
- **data_type** (*Optional*): Which data type the sensor should show
8192
- **fire_event** (*Optional*): Fires an event even if the state is the same as before. Can be used for automations.
93+
94+

0 commit comments

Comments
 (0)