mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
97 lines
2.1 KiB
YAML
97 lines
2.1 KiB
YAML
title: Home
|
|
path: new
|
|
icon: "mdi:new-box"
|
|
cards:
|
|
- type: vertical-stack
|
|
title: Trisensor
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.trisensor_temperature
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.trisensor_luminance
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: vertical-stack
|
|
title: Multisensor
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.multisensor_6_temperature
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.multisensor_6_luminance
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.multisensor_6_relative_humidity
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.multisensor_6_ultraviolet
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: vertical-stack
|
|
title: Thermostat
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
entities:
|
|
- sensor.living_room_thermostat_temperature
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|