Input_text password code for alarm control #9877
Unanswered
lzinga
asked this question in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
alarm_control_panel
code gets set through the configuration.yaml. I believe it would be a decent enough feature to be able to set the code from aninput_text
field.You can already configure an input_text to be a password, however it doesn't exactly secure the code. For example, being able to see it in the entities information.

As an idea the
alarm_control_panel
configuration could look more like this.and then it will create a helper input to go along with the alarm control panel. As well as in general the
password
mode really should hide what the input is everywhere.This way when calling the service to disarm or trigger the alarm with the code directly in the automation. We can instead use the value of said
secure
input in automations as needed.Beta Was this translation helpful? Give feedback.
All reactions