mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
bedroom_humidity_card:
|
|
card:
|
|
type: vertical-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
animate: true
|
|
line_width: 3
|
|
points_per_hour: 1
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
entities:
|
|
- sensor.bedroom_weather_humidity
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
font_size: 75
|
|
icon: "mdi:thermometer"
|
|
line_color: green
|
|
line_width: 8
|
|
entities:
|
|
- sensor.bedroom_weather_temperature
|
|
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.bedroom_weather_pressure
|
|
font_size: 75
|
|
line_color: var(--accent-color)
|
|
line_width: 8
|
|
|
|
- type: "custom:mini-graph-card"
|
|
name: Air Quality
|
|
font_size: 75
|
|
icon: "mdi:weather-windy"
|
|
line_color: "#e74c3c"
|
|
line_width: 8
|
|
entities:
|
|
- sensor.purifier_air_quality
|