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

Add fire-dom-event to tap_action & Change color_stops to list style #78

Open IzeQube opened 1 year ago

IzeQube commented 1 year ago

I changed following things:

  1. I added fire-dom-event to tap_action. This enables the use of popups with browser-mod. This fixes #36.
  2. I wanted to use config-template-card, that doesn't work with the current design of color_stops. So I just changed it from dictionary, what doesn't work to a simple list style that is used in ApexCharts for example. This fixes #44.

I also changed the documentation in readme.md.