Skip to content
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

Feature request | Alarm card hide digit panel #306

Closed
joaovitoriasilva opened this issue Apr 14, 2022 · 2 comments · Fixed by #376
Closed

Feature request | Alarm card hide digit panel #306

joaovitoriasilva opened this issue Apr 14, 2022 · 2 comments · Fixed by #376
Labels
enhancement New feature or request

Comments

@joaovitoriasilva
Copy link

Is your feature request related to a problem? Please describe.
In my setup, I do not need to input a code to arm the alarm, so the option to add the alarm card with the digit panel hidden would be awesome.

Describe alternatives you've considered
Entity card that on click calls service to arm alarm, but it is prone to accidental arming.

@joaovitoriasilva joaovitoriasilva added the enhancement New feature or request label Apr 14, 2022
@idefxH
Copy link

idefxH commented Apr 21, 2022

You can achieve it with Lovelace Card Mod from Thomas Lovén, e.g.:

type: custom:mushroom-alarm-control-panel-card
entity: alarm_control_panel.home
style: |
  #keypad, mushroom-textfield {
    display: none !important;
  }
states:
  - armed_night
  - armed_away

@joaovitoriasilva
Copy link
Author

Hello @idefxH thank you for the help and the suggestion however, I believe one of the objectives of the lovelace-mushroom integration is to not use additional integrations and I would like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants