-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(alarm): show keypad only for disarming #786
base: main
Are you sure you want to change the base?
Conversation
Can we transform the boolean to a select ( |
Sure! Done in 5a0f502. |
0181308
to
af1b875
Compare
@rogelio-o was this actually released? No |
af1b875
to
3c20e1a
Compare
@piitaya I've rebased the branch and fixed the conflicts. Can you take a look? Thanks |
"show_keypad": "Show keypad", | ||
"always": "Always", | ||
"never": "Never", | ||
"disarm": "Disarmed" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"disarm": "Disarmed" | |
"disarm": "Disarm only" |
"show_keypad": "Mostrar teclado", | ||
"always": "Siempre", | ||
"never": "Nunca", | ||
"disarm": "Desarmado" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "disarm only", not "disarmed"
Description
Add a new configuration property in the alarm card to show the keypad only for disarming (when the alarm is not disarmed).
Related Issue
787 - [Feature]: show keypad only for disarming in alarm card
Motivation and Context
To improve the alarm card. There are alarms that can be configured only for requiring the code for disarming (e.g., securitas)
How Has This Been Tested
With my Home Assistant instance.
Types of changes
Checklist