diff --git a/components/key_collector.rst b/components/key_collector.rst index ff9db7e3d..552522b5b 100644 --- a/components/key_collector.rst +++ b/components/key_collector.rst @@ -83,6 +83,10 @@ Automations: if the timeout happens. The current sequence of pressed keys is placed in a ``vector`` variable ``x`` and ``start`` holds the start key that activated this sequence or else ``0``. +Lambda: +------- + +- **send_key(uint8_t key)**: Send a key to the collector directly. See Also --------