Dadhawk

Example button card container

Oct 8th, 2023
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1. - type: custom:button-card
  2.         template: container
  3.         color: '#cf680e'
  4.         name: Livingroom
  5.         custom_fields:
  6.           buttons:
  7.             card:
  8.               type: horizontal-stack
  9.               cards:
  10.                 - entity: light.mantel_lamp
  11.                   name: Mantel Lamp
  12.                   template: standard
  13.                   icon: mdi:lamp
  14.                   type: custom:button-card
  15.                 - entity: light.couch_lamp_top
  16.                   name: Couch Lamp Top
  17.                   template: standard
  18.                   icon: mdi:floor-lamp
  19.                   type: custom:button-card
  20.                 - entity: light.couch_lamp_bottom
  21.                   name: Couch Lamp Bottom
  22.                   template: standard
  23.                   icon: mdi:desk-lamp
  24.                   type: custom:button-card
  25.                 - entity: light.livingroom_fan
  26.                   name: Fan
  27.                   template: standard
  28.                   icon: mdi:ceiling-fan-light
  29.                   type: custom:button-card
  30.                 - entity: media_player.shield_3
  31.                   name: TV
  32.                   template: standard
  33.                   icon: mdi:television-classic
  34.                   type: custom:button-card
Advertisement
Add Comment
Please, Sign In to add comment