第一个是弹出卡片,第二个是弹出的按钮
type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: "#kitchen"
- type: button
tap_action:
action: toggle
entity: sensor.automations
type: tile
entity: sensor.automations
tap_action:
action: navigate
navigation_path: "#kitchen"
|