也不行啊
type: custom:button-card
entity: input_boolean.ke_ting_tiao_zhuan
show-state: false
show_name: true
show_label: false
show_icon: true
name: 茶室
icon: mdi:tea
styles:
img_cell:
- width: 42px
- height: 42px
- margin-left: 5px
- justify-self: start
- background: rgb(0,0,255,0.5)
- border-radius: 50%
icon:
- width: 30px
- height: 30px
- color: white
name:
- justify-self: start
- margin-left: 10px
- margin-top: "-2px"
- color: black
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: 123
content:
type: vertical-stack
cards:
- type: tile
entity: sensor.sun_next_midnight
|