Added hints about repetition of signals (#3000)

* Added hints about repetition of signals

* Formatting for rf-transmitter docs improvment
This commit is contained in:
DominikBitzer 2023-06-17 14:10:18 +02:00 committed by GitHub
parent 323874b76a
commit 143a874059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -898,6 +898,10 @@ earlier, create a new template switch that sends the RF code when triggered:
- remote_transmitter.transmit_rc_switch_raw:
code: '100010000000000010111110'
protocol: 2
repeat:
times: 10
wait_time: 0s
# Or for raw code
switch:
@ -912,6 +916,15 @@ earlier, create a new template switch that sends the RF code when triggered:
Recompile again, when you power up the device the next time you will see a new switch
in the frontend. Click on it and you should see the remote signal being transmitted. Done!
.. note::
Some devices require that the transmitted code be repeated for the signal to be picked up
as valid. Also the interval between repetitions can be important. Check that the pace of
repetition logs are consistent between the remote controller and the transmitter node.
You can adjust the ``repeat:`` settings accordingly.
See Also
--------