Sure, for this you need a custom HACS integration called CryptoTracker. The tutorial on how to set it up should pretty much get you going, my exact setup is this:
The main benefit (even though my first option looks a bit better) is that I can do all the nice things Plotly allows me (zoom, time period, etc.). Let me know if you need further help.
Not sure if tap_action knows how to do that, but let me know if you find a way to do this. Regarding where the price is updated from, that is done by the CryptoTracker integration, I do not know how it operates and where does it pull data from.
A little usefull thing I found. If you want to change the transparency of the fill use fillcolor: rgba(215, 200, 0, 0.2) (the last value 0.2 is transparency .
Thanks, I fixed that (this was only for 1 of my 6 charts). I did not see that the buttons were missing. But show_value: true still does nothing, anywhere I place it.
Hey @OddyAte,
Yes, you put it in the wrong place. I recommend you use the examples provided in the docs as a start point when you donât get what you want.
show_value goes inside entities. You can alternatively define the default for entities to avoid repetition. Like this:
Is is possible to use template to change the entity value (I want to convert value to 1000 times more, W to kW):
This syntax might be wrong, but can it be done?
do you have by any chance example with âifâ condition with the lambda function to change the value of the Y?
Something like that ?
lambda: (ys) => ys.map(y => 1 if y = âheatingâ else 0)