From 654018ab9e126fd4b20fe023ea965905a247f60b Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Tue, 21 Nov 2023 21:15:32 -0800 Subject: [PATCH] Document non-numeric Wiegand keys (#3404) --- components/wiegand.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/wiegand.rst b/components/wiegand.rst index c59c92951..ba6cb6998 100644 --- a/components/wiegand.rst +++ b/components/wiegand.rst @@ -69,6 +69,9 @@ Automations: Automatic handling of multiple keys (e.g. PIN code entry) is possible with the the :ref:`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 --------