Move config out of subfolder

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent addfa33f6f
commit 1ae0c6d0b8
221 changed files with 0 additions and 0 deletions
@@ -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)"