A sleek, space-saving custom card for Home Assistant to display temperature and humidity in a single, seamless graph. No complex YAML required anymore!
Created with ❤️ by Landako1. If you like this card, please ⭐ the repository!
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
- Plug & Play: Just provide two sensors, the card handles the rest.
- Dual Y-Axis: Independent scales for Temperature (left) and Humidity (right).
- Mold Prevention: Visual color thresholds for humidity (Green = Healthy, Yellow = Warning, Red = High Risk).
- Built-in Styling: No need for
card-modorstack-in-card. Seamless borders and shadows are handled internally.
Since this card acts as a beautiful wrapper, you must have the following card installed via HACS first:
Click the button below to add this repository directly to your HACS:
Manual HACS Steps (if the button doesn't work):
- Open HACS -> Frontend (or Dashboards).
- Click the three dots in the top right corner -> Custom repositories.
- Add the URL:
https://github.com/Landako1/ha-minimalist-climate-card - Select Dashboard as the category.
- Click Add and then Download.
Once installed, go to your dashboard, click Edit Dashboard -> Add Card -> Manual, and paste the following configuration.
You only need to define your sensors – everything else is completely optional!
type: custom:minimalist-climate-card
# --- REQUIRED ---
temperature_entity: sensor.YOUR_TEMPERATURE_SENSOR
humidity_entity: sensor.YOUR_HUMIDITY_SENSOR
# --- OPTIONAL ---
name_temp: Temp # Custom name for temperature
name_hum: Hum # Custom name for humidity
hours_to_show: 48 # Graph history in hours (default is 24)
height: 100 # Adjust the height of the graph (default is 70)
