Skip to content

Instantly share code, notes, and snippets.

@FSund
Created January 21, 2025 10:38
Show Gist options
  • Select an option

  • Save FSund/7d131275ce16c6f28bee0b372726b522 to your computer and use it in GitHub Desktop.

Select an option

Save FSund/7d131275ce16c6f28bee0b372726b522 to your computer and use it in GitHub Desktop.
Lovelace combined temperature and humidity plot
type: custom:mini-graph-card
entities:
- entity: sensor.1001_reg_demc_rh_highest
name: Luftfuktighet
- entity: sensor.waveplus_humidity
hours_to_show: 24
points_per_hour: 6
font_size: 70
line_width: 3
height: 150
show:
legend: false
card_mod:
style: |
.states {
padding: 0px 16px 0px;
}
.header {
padding: 0px 16px 0px;
}
@triplezulu
Copy link

Hi Filip! Thank you so much for your code. Unfortunately, I can't see the humidity digits value only graph. Any idea what I'm doing wrong?

@FSund
Copy link
Author

FSund commented Feb 4, 2025

That is what I would expect. Here's what my rendering looks like

image

I don't think mini-graph-card supports showing the current value of multiple entities.

@triplezulu
Copy link

Well that's what I thought. Thank You so much! I really appreciate your help Filip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment