kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.96k stars 232 forks source link

Anyway to use show_graph toggle with button #905

Closed humanBeer closed 1 year ago

humanBeer commented 1 year ago

Im trying to Toggle graphs by clicking on an icon from a different crad. Is there any way to do this?

image

The icons are from mushroom template card image

humanBeer commented 1 year ago

maybe something like this:

                    show_graph: |
                      {{ states('input_boolean.test_graph_icon') }}

But i don't think that's supported?

ildar170975 commented 1 year ago

Duplicate. https://github.com/kalkih/mini-graph-card/issues/697