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

65 lines
1.7 KiB
YAML
Raw Normal View History

2022-08-30 16:42:25 +00:00
#- type: 'custom:button-card'
# template: card_title
# name: Energy
- 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.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.desk_total_consumption
variables:
ulm_card_generic_name: Total
2023-02-11 18:56:21 +00:00
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: "horizontal-stack"
cards:
- type: 'custom:button-card'
template: card_generic
entity: sensor.kai_monitor_power
variables:
ulm_card_generic_name: Current
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
entity: switch.kai_monitor
variables:
ulm_card_generic_name: Current
ulm_card_generic_icon: "mdi:home-lightning-bolt"
2023-02-11 18:57:02 +00:00
- type: "horizontal-stack"
cards:
2023-02-11 18:56:21 +00:00
- type: 'custom:button-card'
template: card_generic
entity: sensor.kai_wifi_power
variables:
ulm_card_generic_name: Current
ulm_card_generic_icon: "mdi:home-lightning-bolt"
2023-02-11 18:57:02 +00:00
- type: "horizontal-stack"
cards:
2023-02-11 18:56:21 +00:00
- type: 'custom:button-card'
template: card_generic
entity: sensor.kai_anlage_power
variables:
ulm_card_generic_name: Current
2022-08-30 16:42:25 +00:00
ulm_card_generic_icon: "mdi:home-lightning-bolt"