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

Color not Work #704

Closed
milandzuris opened this issue Feb 19, 2024 · 1 comment
Closed

Color not Work #704

milandzuris opened this issue Feb 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@milandzuris
Copy link

Describe what is wrong
Why last Entities don't show Color?

paste your card configuration here

type: custom:battery-state-card
secondary_info: '{last_changed}'
icon: mdi:signal
filter:
  include:
    - name: entity_id
      value: '*linkquality'
  exclude:
    - name: state
      value: '*NaN'
sort:
  by: state
bulk_rename:
  - from: ' linkquality'
    to: ' Linkquality'
value_override: '{state|abs()}'
colors:
  steps:
    - value: 30
      color: '#ff0000'
    - value: 80
      color: '#ffff00'
    - value: 255
      color: '#00ff00'
  gradient: true

Screenshot
image

@milandzuris milandzuris added the question Further information is requested label Feb 19, 2024
@maxwroc
Copy link
Owner

maxwroc commented Feb 19, 2024

#656

@maxwroc maxwroc closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants