This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/lovelace/overview/energy.yaml

34 lines
796 B
YAML
Raw Normal View History

2022-08-02 12:03:44 +00:00
#- type: 'custom:button-card'
# template: card_title
# name: Energy
2022-07-29 01:05:27 +00:00
2022-08-02 16:57:48 +00:00
- 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
2022-07-29 01:05:27 +00:00
- type: "horizontal-stack"
cards:
2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
template: card_generic
2022-08-02 16:57:48 +00:00
entity: sensor.desk_today_s_consumption
2022-07-29 01:05:27 +00:00
variables:
ulm_card_generic_name: Today
ulm_card_generic_icon: "mdi:home-lightning-bolt"
2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
template: card_generic
2022-08-02 16:57:48 +00:00
entity: sensor.desk_total_consumption
2022-07-29 01:05:27 +00:00
variables:
ulm_card_generic_name: Total
ulm_card_generic_icon: "mdi:home-lightning-bolt"