mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update sensor.rfxtrx.markdown (#470)
This commit is contained in:
parent
4adbab374b
commit
22f5c3763e
@ -14,6 +14,7 @@ The `rfxtrx` platform support sensors that communicate in the frequency range of
|
|||||||
|
|
||||||
First you have to set up your [rfxtrx hub.](/components/rfxtrx/)
|
First you have to set up your [rfxtrx hub.](/components/rfxtrx/)
|
||||||
The easiest way to find your sensors is to add this to your `configuration.yaml`:
|
The easiest way to find your sensors is to add this to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
platform: rfxtrx
|
platform: rfxtrx
|
||||||
@ -28,6 +29,7 @@ Then when the sensor emits a signal it will be automatically added:
|
|||||||
|
|
||||||
Here the name is 0a52080000301004d240259 and you can verify that it works from the frontend.
|
Here the name is 0a52080000301004d240259 and you can verify that it works from the frontend.
|
||||||
Then you should update your configuration to:
|
Then you should update your configuration to:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
platform: rfxtrx
|
platform: rfxtrx
|
||||||
@ -52,6 +54,7 @@ sensor:
|
|||||||
|
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user