mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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)"
|
||||
Reference in New Issue
Block a user