AmoebeLabs / flex-horseshoe-card

Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!
279 stars 43 forks source link

templates in the card? #96

Open jure65 opened 2 weeks ago

jure65 commented 2 weeks ago

Can I use templates for color_stops, something like:

color_stops, "1234": green "4567": cyan "{{states('input_number.limits_horseshoe_power_l1') | int }}": blue

I want to use sam color scheme with different stops. The other idea is to use: horseshoe_style: 'fixed' and change the color in horseshoe_state?