簡單的你看不懂,直接看我這個你更不懂
- type: horizontal-stack
cards:
- aspect_ratio: 1/1
type: 'custom:button-card'
entity: light.lifx_mini_bed_main
icon: 'mdi:lamp'
name: Bed Main
show_state: true
size: 35%
state:
- styles:
card:
- filter: opacity(80%)
- background-color: 'rgb(0,0,0)'
- color: 'rgb(255,255,255)'
icon:
- filter: grayscale(100%)
value: 'off'
- styles:
card:
- filter: opacity(80%)
- background-color: 'rgb(100,100,100)'
- color: 'rgb(255,255,255)'
icon:
- color: 'rgb(255,255,255)'
value: unavailable
styles:
card:
- filter: opacity(100%)
- background-color: 'rgb(255,255,255)'
- color: 'rgb(50,50,50)'
- font-size: 12px
- font-weight: bold
grid:
- grid-template-areas: '"i" "n" "s"'
- grid-template-columns: 1fr
- grid-template-rows: 1fr min-content min-content
img_cell:
- align-self: start
- text-align: start
name:
- justify-self: start
- padding-left: 10px
state:
- justify-self: start
- padding-left: 10px
- padding-top: 5px
- padding-bottom: 5px
- font-size: 12px
|