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,35 @@
|
||||
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
|
||||
Reference in New Issue
Block a user