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

Variable input in "value" field for color treshold #806

Open
StefvDiepen95 opened this issue Oct 26, 2024 · 2 comments
Open

Variable input in "value" field for color treshold #806

StefvDiepen95 opened this issue Oct 26, 2024 · 2 comments
Labels
feature-request New feature or request

Comments

@StefvDiepen95
Copy link

Would it be possible to make the "value" input for the color threshold variable? Now I can only enter fixed numbers, and I need to change my card when values change.

Before:

color_threshold:
- value: 5
color: blue
- value: 12
color: red

Request:

color_threshold:
- value: input_number.min_price
color: blue
Or
- value: >
{{input_number.max_price}}
color: red

Or
- value:
entity: input_number.min_price
color: red

Thanks!

@StefvDiepen95 StefvDiepen95 added the feature-request New feature or request label Oct 26, 2024
@markbrewster
Copy link

+1 for this feature

@epper202
Copy link

epper202 commented Dec 6, 2024

Oehh yes I'd like to see this too. This aids in auto scaling for e.g. energy prices

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

No branches or pull requests

3 participants