emufan
emufan
Second this. lease reverse the display order or provide an index-option.
> **will** happen Great!.
> To be very clear: Reversing the graphing order to have the primary (first listed) entity on top **will** happen as part of the next (0.12) update; expected in Q1...
Would be great to have this for any button and not for the listed two. As is not merged for now, perhaps this can be improved? E.G. I want to...
O.k. via a new created service getplaylist and dummy-player in the basement, I did it currently now this way: ``` 'use strict'; function getplaylist(player, values) { const playlistName = decodeURIComponent(values[0]);...
Thanks a lot for the direction. Sas the this.getAnyPlayer().browseAll('SQ:'); in your discovery services already. But stopped there and currently stooping there, because, then I have the playlists (with some preview),...
Wow. Thanks. Will try this.
@Frank-Bemelman Grr. Too long in the past. I'm not getting anything to work with this, Do you perhaps some hint or short example, how to get the content, if I...
I think the user should be able to set at least a colorscale: https://plotly.com/javascript/colorscales/#custom-colorscale for z values and then to start with days on x and hours on y. Later...
👍 I thought about something like this. ``` type: custom:plotly-graph chart-type: heatmap entity: sensor.processor_percent days_to_show: 5d hours_to_show: 0-24 # or 8-20, 12-20, ... layout: xaxis-column: 1d # perhaps first fixed,...