diff --git a/atom.xml b/atom.xml index 5983da56a7..92f866cb95 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The rfxtrx
platform support sensors that communicate in the frequency range of 433.92 MHz.
First you have to set up your rfxtrx hub.
-The easiest way to find your sensors is to add this to your configuration.yaml
:
-yaml
-sensor:
- platform: rfxtrx
- automatic_add: True
-
configuration.yaml
:
+
+sensor: + platform: rfxtrx + automatic_add: True +
Then when the sensor emits a signal it will be automatically added:
@@ -106,14 +109,17 @@ sensor:Here the name is 0a52080000301004d240259 and you can verify that it works from the frontend.
-Then you should update your configuration to:
-yaml
-sensor:
- platform: rfxtrx
- devices:
- 0a52080000301004d240259:
- name: device_name
-
sensor: + platform: rfxtrx + devices: + 0a52080000301004d240259: + name: device_name +
If you want to display several data types from one sensor:
@@ -130,21 +136,24 @@ sensor: -Example configuration:
-yaml
-# Example configuration.yaml entry
-sensor:
- platform: rfxtrx
- automatic_add: True
- devices:
- 0a52080705020095220269:
- name: Lving
- 0a520802060100ff0e0269:
- name: Bath
- data_type:
- - Humidity
- - Temperature
-
Example configuration:
+ +# Example configuration.yaml entry +sensor: + platform: rfxtrx + automatic_add: True + devices: + 0a52080705020095220269: + name: Lving + 0a520802060100ff0e0269: + name: Bath + data_type: + - Humidity + - Temperature +
Configuration variables:
diff --git a/components/switch.rfxtrx/index.html b/components/switch.rfxtrx/index.html index 344ece7d46..db5def7c83 100644 --- a/components/switch.rfxtrx/index.html +++ b/components/switch.rfxtrx/index.html @@ -110,30 +110,36 @@ Push your remote and your device should be added:Here the name is 0b11000102ef9f210010f70 and you can verify that it works from the frontend.
-Then you should update your configuration to:
-yaml
-switch:
- platform: rfxtrx
- devices:
- 0b11000102ef9f210010f70:
- name: device_name
-
Example configuration:
-yaml
-# Example configuration.yaml entry
-switch:
- platform: rfxtrx
- automatic_add: False
- signal_repetitions: 2
- devices:
- 0b1100ce3213c7f210010f70:
- name: Movment1
- 0b11000a02ef2gf210010f50:
- name: Movment2
- 0b1111e003af16aa10000060:
- name: Door
-
switch: + platform: rfxtrx + devices: + 0b11000102ef9f210010f70: + name: device_name +
Example configuration:
+ +# Example configuration.yaml entry +switch: + platform: rfxtrx + automatic_add: False + signal_repetitions: 2 + devices: + 0b1100ce3213c7f210010f70: + name: Movment1 + 0b11000a02ef2gf210010f50: + name: Movment2 + 0b1111e003af16aa10000060: + name: Door +
Configuration variables:
diff --git a/sitemap.xml b/sitemap.xml index 434b49b6c1..235a3c0bef 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1600,26 +1600,26 @@