Updates
This commit is contained in:
@@ -23,17 +23,23 @@
|
||||
variables:
|
||||
ulm_card_generic_swap_name: difference
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_graph
|
||||
entity: sensor.temperature_kai_temperature
|
||||
variables:
|
||||
ulm_card_graph_color: "var(--google-blue)"
|
||||
ulm_card_graph_name: Temperature
|
||||
ulm_card_graph_entity: sensor.temperature_kai_temperature
|
||||
ulm_card_graph_color2: "var(--google-green)"
|
||||
ulm_card_graph_entity2: sensor.climate_temp
|
||||
ulm_card_graph_type: fill
|
||||
ulm_card_graph_hours: 6
|
||||
- type: custom:apexcharts-card
|
||||
graph_span: 6h
|
||||
header:
|
||||
show: false
|
||||
series:
|
||||
- entity: sensor.temperature_kai_temperature
|
||||
type: line
|
||||
name: Inside
|
||||
group_by:
|
||||
func: avg
|
||||
duration: 30min
|
||||
- entity: sensor.temperature_outside_pirateweather
|
||||
type: column
|
||||
name: Outside
|
||||
group_by:
|
||||
func: avg
|
||||
duration: 30min
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
|
Reference in New Issue
Block a user