You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: