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

31 lines
878 B
YAML
Raw Normal View History

2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
template: card_title
name: Energy
2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
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: "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
entity: sensor.schreibtisch_today_s_consumption
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
entity: sensor.schreibtisch_total_consumption
variables:
ulm_card_generic_name: Total
ulm_card_generic_icon: "mdi:home-lightning-bolt"