mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 18:57:43 +00:00
36 lines
931 B
YAML
36 lines
931 B
YAML
aqara_tvoc_card:
|
|
card:
|
|
type: vertical-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.aqara_tvoc_voc
|
|
cache: false
|
|
group_by: hour
|
|
icon: "mdi:molecule"
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
name: Temperature
|
|
entities:
|
|
- sensor.aqara_tvoc_temperature
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|
|
- type: "custom:mini-graph-card"
|
|
name: Humidity
|
|
entities:
|
|
- sensor.aqara_tvoc_humidity
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|