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

77 lines
2.1 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:
2023-02-11 18:58:56 +00:00
ulm_card_generic_name: Monitor
2023-02-11 18:56:21 +00:00
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
entity: switch.kai_monitor
variables:
2023-02-11 18:58:56 +00:00
ulm_card_generic_name: Monitor
2023-02-11 18:56:21 +00:00
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:
2023-02-11 18:58:56 +00:00
ulm_card_generic_name: WiFi
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
2023-02-11 19:00:53 +00:00
entity: switch.kai_wifi
2023-02-11 18:58:56 +00:00
variables:
ulm_card_generic_name: WiFi
2023-02-11 18:56:21 +00:00
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:
2023-02-11 18:58:56 +00:00
ulm_card_generic_name: Denon
ulm_card_generic_icon: "mdi:home-lightning-bolt"
- type: 'custom:button-card'
template: card_generic
2023-02-11 19:00:18 +00:00
entity: switch.kai_anlage
2023-02-11 18:58:56 +00:00
variables:
ulm_card_generic_name: Denon
2022-08-30 16:42:25 +00:00
ulm_card_generic_icon: "mdi:home-lightning-bolt"