本帖最后由 hudan717 于 2022-8-3 16:38 编辑
type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: 大胡,{{ states('sensor.nodered_aa609d6f7ad57c12') }}
subtitle: >-
今天是{{ now().month }}月{{ now().day }}日,农历{{states('sensor.nong_li')
}},{{states('sensor.jie_qi') }}
alignment: start
- square: false
columns: 4
type: grid
cards:
- type: custom:mushroom-chips-card
chips:
- type: entity
entity: sensor.ethan_battery_level
icon_color: '#c79263'
- type: template
content: '{{ states (''sensor.ethan_steps'') }} 步'
icon: mdi:face-man-shimmer-outline
icon_color: '#c79263'
- type: template
content: ' {{states(''input_text.sport1'')|round(0)}}大卡'
icon: mdi:run
icon_color: '#c79263'
alignment: start
- type: custom:mushroom-person-card
entity: person.ethan
fill_container: false
name: 大胡
icon_type: entity-picture
layout: vertical
- type: custom:mushroom-person-card
entity: person.linglin
fill_container: false
name: 玲琳
icon_type: entity-picture
layout: vertical
- type: custom:mushroom-chips-card
chips:
- type: entity
entity: sensor.chen_ling_lin_de_iphone_battery_level
icon_color: '#d37881'
- type: template
content: '{{ states (''sensor.chen_ling_lin_de_iphone_steps'') }} 步'
icon: mdi:face-woman-shimmer-outline
icon_color: '#d37881'
- type: template
content: ' {{states(''input_text.sport'')|round(0)}}大卡'
icon: mdi:run
icon_color: '#d37881'
alignment: end
- type: custom:mushroom-chips-card
chips:
- type: template
content: |2-
睡眠时间
{{states('sensor.nodered_c4aca27300691197')}}
icon: mdi:sleep
icon_color: '#c79263'
entity: sensor.nodered_c4aca27300691197
tap_action:
action: more-info
- type: template
content: |2-
睡眠时间
{{states('sensor.llsleep')}}
icon: mdi:sleep
icon_color: '#d37881'
entity: sensor.llsleep
tap_action:
action: more-info
alignment: justify
|