button

 avatar
unknown
yaml
2 years ago
667 B
6
Indexable
show_name: true
show_icon: true
type: button
icon: mdi:window-shutter-alert
tap_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    data:
      title: Sterujemy rolety
      content:
        type: custom:layout-card
        layout_type: custom:masonry-layout
        layout:
          width: 300
        cards:
          - type: custom:mushroom-cover-card
            entity: cover.salon_group
            show_position_control: true
            show_buttons_control: true
            layout: horizontal
            name: Salon
            background: rgba(10, 10, 10, 0.9)
          - type: custom:mushroom-cover-card
            [...]
Editor is loading...