I just found this and like someone else said higher up, it is a very sexy card.
Thank you!
Can I suggest that it displays max and min values if that is possible. No worries if not, it is just a thought.
I just found this and like someone else said higher up, it is a very sexy card.
Thank you!
Can I suggest that it displays max and min values if that is possible. No worries if not, it is just a thought.
I suggest you make a seperate topic about these issues, I think youâll have a higher chance of getting help that way.
Iâm not updating this custom version of the card anymore, you could make a request to have this implemented in the official Sensor Card
How did I miss that?! (the official card)
SorryâŠ
My bad, I should clarify this in the main post
ok. Friend
Great card, but I get a strange error using safari. On the Android webbrowser it does seem to work. What do I do wrong?
âŠand since I can only upload one file per post. This is how it looks Android.
Should work on Safari, just tested on both my Mac and iPhone (running latest safari).
Try:
Or you could try using the sensor card instead.
Any chance to have 1 graph and 4 different inputs shown on it? SO 1 graph showing history from 4 sensors?
Nice card!
But: I have a problem.
As you can see in the image, the name is partly hidden behind the graph.
My config is like this:
- type: entities
entities:
- entity: sensor.aeotec_zw100_multisensor_6_temperature
name: Vaskerom
type: custom:mini-graph-card
height: 150
What am I doing wrong?
why donât you switch to the sensor card? Itâs an updated version of this card.
Also, what youâre doing âwrongâ is adding a graph height. Thatâs cutting into your name. Just remove height all together as the normal configuration works perfect. Itâs not âwrongâ either, I just didnât know how to phrase it.
Because Iâm just starting with lovelace, so I donât have the necessary overview yetâŠ
Thank you!
This has a list of current cards and their configs. Take a look, it will help you decide what you want to use.
https://home-assistant-lovelace-gallery.netlify.com/
documentation for all the cards are here (on the sidebar)
Seems to be an issue when nesting the mini-graph-card
inside an entities card. It will work better if you put the mini-media-graph
outside of the entities card.
The height option is a valid option and is not the cause of this issue, see the cause above.
Good to know. I was making a guess based on past experiences.
It helped! Thanks!
Iâm using the sensor card now. But it doesnât support the font_size, labels and hide_icon properties as far as I can see.
How then, can sensor be an updated version of the mini-graph-card?
Maybe I should go back to it wihle waiting for sensor to be a real upgrade?
Actually the Sensor card is not really an updated version of this custom card. Logic wise they are both pretty much the same, with the custom card including some additional options and features.
Lately Iâve been using this custom card as kind of an experimental/beta before adding things to the core Sensor card.
If there is anything in particular you would like to see added to the core Sensor card please let me know.
Ok.
Since you ask for it, hereâs my wish list for sensor:
font_size
hide_icon
labels
Theyâre all very useful when creating a lovelace page for small devices.
One problem:
When I went back to mini-graph-card, I got this:
The Stue graph disappeared!
When I use sensor, itâs visible.
My cards definition:
cards:
- type: custom:mini-graph-card
name: Stue
height: 70
line_width: 10
font_size: 60
hide_icon: true
labels: true
entity: sensor.stue_temperatur
- type: custom:mini-graph-card
name: Arbeidsrom
hide_icon: true
line_width: 10
labels: true
height: 70
font_size: 60
entity: sensor.arbeidsrom_temperatur