mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Tweak climate cards and charts
This commit is contained in:
@@ -3,21 +3,31 @@ bedroom_humidity_card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
line_width: 3
|
||||
points_per_hour: 1
|
||||
entities:
|
||||
- sensor.bedroom_weather_humidity
|
||||
cache: false
|
||||
group_by: hour
|
||||
hours_to_show: 72
|
||||
line_width: 2
|
||||
show:
|
||||
average: true
|
||||
extrema: true
|
||||
entities:
|
||||
- sensor.bedroom_weather_humidity
|
||||
color_thresholds:
|
||||
- value: 36
|
||||
color: "var(--color-red)"
|
||||
- value: 40
|
||||
color: "var(--color-blue)"
|
||||
- value: 45
|
||||
color: "var(--color-blue)"
|
||||
- value: 48
|
||||
color: "var(--color-green)"
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:mini-graph-card"
|
||||
font_size: 75
|
||||
icon: "mdi:thermometer"
|
||||
line_color: green
|
||||
line_color: var(--accent-color)
|
||||
line_width: 8
|
||||
entities:
|
||||
- sensor.bedroom_weather_temperature
|
||||
@@ -33,7 +43,7 @@ bedroom_humidity_card:
|
||||
name: Air Quality
|
||||
font_size: 75
|
||||
icon: "mdi:weather-windy"
|
||||
line_color: "#e74c3c"
|
||||
line_color: var(--accent-color)
|
||||
line_width: 8
|
||||
entities:
|
||||
- sensor.purifier_air_quality
|
||||
|
||||
Reference in New Issue
Block a user