I am looking for a way to send a PIN from the HA App to trigger an action.
So far I have used an input_text with mode: password but this will pop up a normal keyboard in the app. As the input is Number only: Is there a way to display the numpad keyboard? input_number is doing exactly this, but this helper has no mode: password and will display the PIN/Password, which is what I want to avoid.
Having a numpad make using it far more comfortable.