mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update with repeats
config variable (#1655)
* Update with `repeats` config variable
See https://github.com/home-assistant/home-assistant/issues/5069
* Use `signal_repetitions` instead of `repeats`
As recommended [in PR review](f068781b4e
).
This commit is contained in:
parent
5b263ee386
commit
bbf9a79623
@ -37,6 +37,7 @@ switch:
|
|||||||
protocol: 5
|
protocol: 5
|
||||||
code_on: 654321
|
code_on: 654321
|
||||||
code_off: 654320
|
code_off: 654320
|
||||||
|
signal_repetitions: 15
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -48,4 +49,4 @@ Configuration variables:
|
|||||||
- **code_off** (*Required*): Decimal code to switch the device off.
|
- **code_off** (*Required*): Decimal code to switch the device off.
|
||||||
- **protocol** (*Optional*): RF Protocol (Default is `1`).
|
- **protocol** (*Optional*): RF Protocol (Default is `1`).
|
||||||
- **pulselength** (*Optional*): Pulselength (Default is the protocol default).
|
- **pulselength** (*Optional*): Pulselength (Default is the protocol default).
|
||||||
|
- **signal_repetitions** (*Optional*): Number of times to repeat transmission (default is 10, can increase to try to improve reliability).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user