Skip to content

Commit bbf9a79

Browse files
n8henriefabaff
authored andcommitted
Update with repeats config variable (home-assistant#1655)
* Update with `repeats` config variable See home-assistant/core#5069 * Use `signal_repetitions` instead of `repeats` As recommended [in PR review](https://github.com/home-assistant/home-assistant/pull/5070/files/f068781b4e60a9138473ac983d0dfa8cb74013bc).
1 parent 5b263ee commit bbf9a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_components/switch.rpi_rf.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ switch:
3737
protocol: 5
3838
code_on: 654321
3939
code_off: 654320
40+
signal_repetitions: 15
4041
```
4142
4243
Configuration variables:
@@ -48,4 +49,4 @@ Configuration variables:
4849
- **code_off** (*Required*): Decimal code to switch the device off.
4950
- **protocol** (*Optional*): RF Protocol (Default is `1`).
5051
- **pulselength** (*Optional*): Pulselength (Default is the protocol default).
51-
52+
- **signal_repetitions** (*Optional*): Number of times to repeat transmission (default is 10, can increase to try to improve reliability).

0 commit comments

Comments
 (0)