Or you could use a 0/100 sensor read the posts below this link. You basically turn your cooling into a binary sensor 0 when it is off, 100 when it is on. This method effectively gives you a second y axis.
Hi, I’m playing around with labels and gridlines for the x-axis. Does anybody know if there is a reason that one data point is always missing from the time frame (hours_to_show * points_per_hour), at least for the line graph?
It didn’t work for me just got error messaged, as a newbie I guess I should stick to tried and tested before going for new stuff anyway the error messages , the first one saying that visual editor is not supported and the second one asking for a list of entities
Swap the two series under entities around and remove the invalid extrema options for that series. I’m fairly sure the extrema is only for the first series in the list. show: is documented only for the main card options.
The labels, ticks or grid lines are drawn dynamically by setting the maximal number of labels/lines for the timeframe and are aligned to the time scale.
Any idea how to solve situation where the graph does not load when the main entity is temporarily not available? This happens periodically when some of my BLE RuuviTags drop outside receiver range or battery runs empty (like in this example).
The other entities in this graph could, and should, still be shown but instead it just has the loading indicator:
Are you sure the entity becomes “unavailable”? Seems that it becomes “not existing” which I consider as an emergency case. Anyway, browse for last 5-10 recently closed issues in m-g-c repo, they are about the same; if you do not want to be alerted by m-g-c about this emergency case, disable the “loading_indicator” (check Docs).
Installed the latest version of HA core 2025-11-3 now all my Mini-Graph-Cards are broken, they display only a wait circle. Nothing changed in my setup or yaml, no card mod things just plain Mini Graphs.
The Entity is available see the Temperature in the example yet, the graph is not drawn, and this throughout my whole dash, breaking it completely?
Some of your entities do not exist, not unavailable.
If you do not care about missing entities - use “loading_indicator: false”. Care to read at least a post before yours.
Also, half of your code contains misplaced options.
Thank for your reply, all entities do exist and even though some misplaced comments or lines, “not great in programming”, it all worked fine till I updated the core of HA last night.
Spinner is shown if some entity does not exist. Also, purge your browser cache just in case.
Cannot easily point out which line are misplaced, answering from a phone. Suggest to check with Docs.
My problem has been solved, I did a re-install of the previous HA core, and then went back to the newest core, and miraculously the graph card was responding again, can not explain, thank for your answers.
I have a card with three lines and need to increase the space below the lowest of the three. I’ve tried to add padding with card_mod but to no avail. Is it possible?