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

Multiple entities states icon color #814

Open
Alexandros89 opened this issue Dec 28, 2023 · 0 comments
Open

Multiple entities states icon color #814

Alexandros89 opened this issue Dec 28, 2023 · 0 comments
Labels
FR Feature Request

Comments

@Alexandros89
Copy link

Hi, I'm trying to use multiple state of entities to color the icon, but i think that something is wrong
styles:
icon:
- color: |
[[[
if ({% set entities = states.switch | selectattr('object_id', 'match', 'scheda_6') | map(attribute='state') | list %} {{ entities }} == on) return 'lime';
else return 'red';
]]]

@Alexandros89 Alexandros89 added the FR Feature Request label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FR Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant