Updates
This commit is contained in:
@ -3,29 +3,32 @@
|
||||
# name: Energy
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_graph
|
||||
entity: sensor.schreibtisch_current_consumption
|
||||
variables:
|
||||
ulm_card_graph_color: "var(--google-green)"
|
||||
ulm_card_graph_name: Desk
|
||||
ulm_card_graph_entity: sensor.schreibtisch_current_consumption
|
||||
ulm_card_graph_type: fill
|
||||
ulm_card_graph_hours: 12
|
||||
- type: custom:apexcharts-card
|
||||
graph_span: 12h
|
||||
header:
|
||||
show: false
|
||||
series:
|
||||
- entity: sensor.desk_current_consumption
|
||||
name: Consumption
|
||||
curve: smooth
|
||||
type: line
|
||||
group_by:
|
||||
duration: 10min
|
||||
func: avg
|
||||
|
||||
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.schreibtisch_today_s_consumption
|
||||
entity: sensor.desk_today_s_consumption
|
||||
variables:
|
||||
ulm_card_generic_name: Today
|
||||
ulm_card_generic_icon: "mdi:home-lightning-bolt"
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_generic
|
||||
entity: sensor.schreibtisch_total_consumption
|
||||
entity: sensor.desk_total_consumption
|
||||
variables:
|
||||
ulm_card_generic_name: Total
|
||||
ulm_card_generic_icon: "mdi:home-lightning-bolt"
|
@ -9,7 +9,7 @@
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Indirect
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_enable_collapse: true
|
||||
ulm_card_light_name: Indirect
|
||||
ulm_input_select_option: light indirect
|
||||
ulm_input_select: input_select.minimalist_ui_switch
|
||||
@ -19,7 +19,7 @@
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Direct
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_enable_collapse: true
|
||||
ulm_card_light_name: Direct
|
||||
entity: light.all_direct
|
||||
|
||||
|
Reference in New Issue
Block a user