mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
climate_card:
|
|
default:
|
|
- main_name: "Temperature"
|
|
- left_name: "Humidity"
|
|
- right_name: "Pressure"
|
|
card:
|
|
type: vertical-stack
|
|
title: "[[title]]"
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
name: "[[main_name]]"
|
|
entities:
|
|
- "[[main_entity]]"
|
|
cache: false
|
|
group_by: hour
|
|
hours_to_show: 72
|
|
line_width: 2
|
|
show:
|
|
average: true
|
|
extrema: true
|
|
fill: true
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
name: "[[left_name]]"
|
|
entities:
|
|
- "[[left_entity]]"
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|
|
|
|
- type: "custom:mini-graph-card"
|
|
name: "[[right_name]]"
|
|
entities:
|
|
- "[[right_entity]]"
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|