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
I added fire-dom-event to tap_action. This enables the use of popups with browser-mod.
This fixes #36.
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 changed following things:
fire-dom-event
totap_action
. This enables the use of popups with browser-mod. This fixes #36.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.