maxwroc/battery-state-card

filter by range value

Closed this issue · 3 comments

How can i show entities only with battery level lower than for example 30% ?
How can i show entites except state : unavailable or unknown
Thanks for your answer
Best Regards.

Screenshot
image

Version
V3.2.1

exclude:
- name: state
value: 30
operator: ">"

exclude: - name: state value: 30 operator: ">"

Thanks, it works

Sugestion checked and works well