You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/remote_transmitter.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1024,6 +1024,24 @@ Configuration variables:
1024
1024
1025
1025
Toto remotes repeat all codes three times at a 36ms interval. This behavior will occur by default, but may be overridden by specifying ``repeat`` and ``wait time`` configuration variables.
1026
1026
1027
+
.. _remote_transmitter-digital_write:
1028
+
1029
+
``remote_transmitter.digital_write`` **Action**
1030
+
***********************************************
1031
+
1032
+
This :ref:`action <config-action>` sets the output value of the pin.
1033
+
1034
+
.. code-block:: yaml
1035
+
1036
+
on_...:
1037
+
- remote_transmitter.digital_write:
1038
+
value: true
1039
+
1040
+
Configuration variables:
1041
+
1042
+
- **transmitter_id** (*Optional*, :ref:`config-id`): The remote transmitter to set the pin value on. Defaults to
1043
+
the first one defined in the configuration.
1044
+
- **value** (**Required**, bool): The output value of the pin.
0 commit comments