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]: Alarm Card - Add additional color style options for arming and pending #1429

Open
2 tasks done
djagerif opened this issue May 17, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@djagerif
Copy link

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

Is your feature request related to a problem?

No operational problem.

Describe the solution you'd like

I would be nice to change the icon colors for 'pending' and 'arming' in the same way as the three currently implemented options below.

--mush-rgb-state-alarm-disarmed: var(--rgb-green);
--mush-rgb-state-alarm-armed: var(--rgb-red);
--mush-rgb-state-alarm-triggered: var(--rgb-yellow);

I would like to suggest the names below.

--mush-rgb-state-alarm-arming: var(--rgb-orange);
--mush-rgb-state-alarm-pending: var(--rgb-yellow);

Describe alternatives you've considered

Looking at the code I can use the following undocumented (well, I haven't seen it anywhere) variable but that will probably change all grey colors to EG. orange. For now it seems to work for the time being.

--mush-rgb-grey: var(--rgb-orange);

Using the native Lovelace card has the ability to change the color of all five states.

Additional context

No response

@djagerif djagerif added the enhancement New feature or request label May 17, 2024
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

No branches or pull requests

1 participant