From 7a56ba730ff4759762c59bcc2cd5d1aa8d61a4bd Mon Sep 17 00:00:00 2001 From: cvwillegen Date: Wed, 10 Nov 2021 04:11:42 +0100 Subject: [PATCH] Add Pronto protocol (#1563) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- components/remote_transmitter.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/components/remote_transmitter.rst b/components/remote_transmitter.rst index c2a9cb88a..47837be50 100644 --- a/components/remote_transmitter.rst +++ b/components/remote_transmitter.rst @@ -106,6 +106,27 @@ Configuration variables: with for infrared signals. Defaults to ``0Hz``. - All other options from :ref:`remote_transmitter-transmit_action`. +.. _remote_transmitter-transmit_pronto: + +``remote_transmitter.transmit_pronto`` Action +********************************************* + +This :ref:`action ` sends a raw code to a remote transmitter specified in Pronto format. + +.. code-block:: yaml + + on_...: + - remote_transmitter.transmit_pronto: + data: "0000 006D 0010 0000 0008 0020 0008 0046 000A 0020 0008 0020 0008 001E 000A 001E 000A 0046 000A 001E 0008 0020 0008 0020 0008 0046 000A 0046 000A 0046 000A 001E 000A 001E 0008 06C3" + +Configuration variables: + +- **data** (**Required**, string): The raw code to send specified as a string. + A lot of remote control Pronto codes can be found on http://remotecentral.com +- All other options from :ref:`remote_transmitter-transmit_action`. + + + ``remote_transmitter.transmit_jvc`` Action ******************************************