forked from Alia5/lovelace-expander-card
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
This is a great card, so thank you for making this!
The feature I would like is the ability to "template" the "expanded" state. As an example, instead of expanded: true or expanded: false, I would like to be able to do something like the following:
expanded: |
{% if states('input_boolean.washing_machine_running') == 'on' %}
true
{% else %}
false
{% endif %}
RoboMagus, amaurylam and alexsaas