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
darthsandmann e1d5f94b82 .
2023-02-11 20:00:18 +01:00

77 lines
2.1 KiB
YAML
Executable File

#- 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
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: Monitor
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
entity: switch.kai_monitor
variables:
ulm_card_generic_name: Monitor
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: "horizontal-stack"
cards:
- type: 'custom:button-card'
template: card_generic
entity: sensor.kai_wifi_power
variables:
ulm_card_generic_name: WiFi
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
entity: switch.kai_wifi_power
variables:
ulm_card_generic_name: WiFi
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: "horizontal-stack"
cards:
- type: 'custom:button-card'
template: card_generic
entity: sensor.kai_anlage_power
variables:
ulm_card_generic_name: Denon
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
entity: switch.kai_anlage
variables:
ulm_card_generic_name: Denon
ulm_card_generic_icon: "mdi:home-lightning-bolt"