type: custom:vertical-stack-in-card cards: - type: picture-entity entity: sensor.monthly_energy_cost name: MONTHLY ENERGY COST hold_action: action: none tap_action: action: none image: /local/img/burn.jpg - type: glance entities: - entity: sensor.pzem_voltage name: VOLTAGE icon: mdi:alpha-v-circle - entity: sensor.pzem_current name: CURRENT icon: mdi:alpha-a-circle - entity: sensor.pzem_power name: POWER icon: mdi:alpha-p-circle title: POWER USAGE - entities: - entity: sensor.daily_energy_cost name: DAILY ENERGY COST hours_to_show: 720 group_by: date aggregate_func: last icon: mdi:counter show: graph: bar labels: true labels_secondary: true color_thresholds: - value: 20 color: lime - value: 51 color: yellow - value: 100 color: red type: custom:mini-graph-card - entities: - entity: sensor.daily_energy color: red name: DAILY ENERGY CONSUMPTION hours_to_show: 720 group_by: date aggregate_func: last show: labels: true labels_secondary: true type: custom:mini-graph-card