Files
hassio-configuration/configuration/ui-lovelace/110-consumption.yaml
2025-02-07 12:46:24 -05:00

119 lines
3.5 KiB
YAML

---
title: Consumption
icon: mdi:chart-bar-stacked
panel: true
visible:
- user: 1614b22cbef54f979741cf8a6b3413ec # Alex
cards:
- type: custom:layout-card
layout_type: custom:vertical-layout
layout:
max_cols: 3
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: sensor
name: Day
graph: none
entity: sensor.power_house_total_1d
- type: sensor
name: Month
graph: none
entity: sensor.power_house_total_1mon
- type: horizontal-stack
cards:
- type: sensor
name: Day
graph: none
entity: sensor.cost_energy_daily
icon: mdi:cash-multiple
- type: sensor
name: Month
graph: none
entity: sensor.cost_energy_monthly
icon: mdi:cash-multiple
- type: energy-usage-graph
- type: custom:layout-break
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
# mdi:storage-tank
# mdi:cup-water
- type: sensor
name: Day
entity: sensor.gas_daily
icon: mdi:meter-gas
graph: none
- type: sensor
name: Month
entity: sensor.gas_monthly
icon: mdi:meter-gas
graph: none
- type: horizontal-stack
cards:
- type: sensor
name: Day
graph: none
entity: sensor.cost_gas_daily
icon: mdi:cash-multiple
- type: sensor
name: Month
graph: none
entity: sensor.cost_gas_monthly
icon: mdi:cash-multiple
- type: energy-gas-graph
- type: custom:layout-break
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: sensor
name: Day
entity: sensor.water_daily
icon: mdi:cup-water
graph: none
- type: sensor
name: Month
entity: sensor.water_monthly
icon: mdi:cup-water
graph: none
- type: horizontal-stack
cards:
- type: sensor
name: Day
graph: none
entity: sensor.cost_water_daily
icon: mdi:cash-multiple
- type: sensor
name: Month
graph: none
entity: sensor.cost_water_monthly
icon: mdi:cash-multiple
- type: energy-water-graph
# - type: vertical-stack
# cards:
# - type: custom:mini-graph-card
# name: Daily Energy Consumption
# line_color: orange
# font_size: 75
# font_size_header: 12
# entities:
# - entity: sensor.power_house_1d
# hours_to_show: 168
# aggregate_func: max
# group_by: date
## points_per_hour: 0.0416666
# align_icon: right
# align_state: left
# show:
# graph: bar
## labels: true
# points: true
# - type: energy-usage-graph
# - type: energy-gas-graph
# - type: energy-water-graph
# - type: energy-sources-table