Files
sarah/lovelace/decluttering_templates/cards/bedroom_allergen_index_card.yaml
T
2022-12-01 16:01:59 +02:00

23 lines
549 B
YAML

bedroom_allergen_index_card:
card:
type: vertical-stack
cards:
- type: "custom:mini-graph-card"
entities:
- sensor.purifier_allergens
cache: false
group_by: hour
hours_to_show: 72
line_width: 2
show:
average: true
extrema: true
fill: true
color_thresholds:
- value: 2
color: "var(--color-green)"
- value: 4
color: "var(--color-blue)"
- value: 5
color: "var(--color-red)"