Document non-numeric Wiegand keys (#3404)

This commit is contained in:
Samuel Sieb 2023-11-21 21:15:32 -08:00 committed by GitHub
parent 4f3c8e7df5
commit 654018ab9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ Automations:
Automatic handling of multiple keys (e.g. PIN code entry) is possible with the
the :ref:`Key Collector <key_collector>` component.
Keys 10 and 11 are ``*`` and ``#``. They might be labelled as ``ENT`` or ``ESC``,
but check the logs to see which key code you get and use the corresponding character.
See Also
--------