type: custom:button-card
show_entity_picture: true
entity_picture: /local/icon/电费.png
name: 用电数据
show_icon: false
show_name: true
show_state: false
styles:
card:
- background: none
- border: none
- box-shadow: none
entity_picture:
- justify-self: start
- width: 65px
- padding: 0px
- margin-left: 10px
- border-radius: 5px
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: 用电数据
content:
type: custom:swipe-card
parameters:
loop: true
effect: coverflow
cards:
- type: custom:stack-in-card
title: 用电数据
mode: vertical
cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_month_ele_num
name: 本月用电
layout: vertical
icon: mdi:home-lightning-bolt-outline
icon_color: yellow
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_daily_ele_num
name: 日总用电
layout: vertical
icon: mdi:home-lightning-bolt-outline
icon_color: yellow
- type: horizontal-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_last_month_ele_num
name: 上月用电
layout: vertical
icon: mdi:home-lightning-bolt-outline
icon_color: yellow
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_last_month_ele_cost
name: 上月电费
layout: vertical
icon: mdi:currency-jpy
icon_color: green
- type: horizontal-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_year_ele_num
name: 本年用电
layout: vertical
icon: mdi:home-lightning-bolt-outline
icon_color: yellow
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_year_ele_cost
name: 本年电费
layout: vertical
icon: mdi:currency-jpy
icon_color: green
- type: custom:mushroom-entity-card
entity: sensor.state_grid_6108617426058_balance
name: 电费余额
layout: vertical
icon: mdi:currency-jpy
icon_color: green
|