Rfxtrx binary sensor and switch update (#3785)
* First draft of RFXtrx binary sensor doc page. * Updated rfxtrx binary sensor doc. * binary_sensors.rfxtrx: updated doc according to latest PR changes. * Updated rfxtrx binary sensor documentation * Update binary_sensor.rfxtrx.markdown Tried to clarify the data_bits description. * Updated device_class property. * Updated rfxtrx switch and binary sensor on using automatic_add. * Fixed typo for tamper switch
This commit is contained in:
parent
8e42810ace
commit
b9af0d5dbd
2 changed files with 10 additions and 2 deletions
|
@ -50,6 +50,11 @@ Configuration variables:
|
|||
- **signal_repetitions** (*Optional*): Because the RFXtrx device sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the switch to try to send each signal repeatedly.
|
||||
- **fire_event** (*Optional*): Fires an event even if the state is the same as before, for example a doorbell switch. Can also be used for automations.
|
||||
|
||||
<p class='note warning'>
|
||||
This component and the [rfxtrx binary sensor](/components/binary_sensor/rfxtrx/) can steal each other's devices when setting the `automatic_add` configuration parameter to `true`. Set `automatic_add` only when you have some devices to add to your installation, otherwise leave it to `False`.
|
||||
</p>
|
||||
|
||||
|
||||
Generate codes:
|
||||
|
||||
If you need to generate codes for switches you can use a template (useful for example COCO switches).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue