Guest User

Untitled

a guest
Jan 27th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. cards:
  2.   - cards:
  3.       - entities:
  4.           - entity: light.hue_bloom_1
  5.             icon: 'mdi:lightbulb-outline'
  6.             name: Lamp Kast
  7.             tap_action:
  8.               action: toggle
  9.         show_name: true
  10.         show_state: false
  11.         type: glance
  12.       - entities:
  13.           - entity: light.zetel
  14.             icon: 'mdi:track-light'
  15.             name: Spot Zetel
  16.             tap_action:
  17.               action: toggle
  18.         show_name: true
  19.         show_state: false
  20.         type: glance
  21.       - entities:
  22.           - entity: light.tv_lamp
  23.             icon: 'mdi:floor-lamp'
  24.             name: TV Lamp
  25.             tap_action:
  26.               action: toggle
  27.         show_name: true
  28.         show_state: false
  29.         type: glance
  30.     type: horizontal-stack
  31.   - cards:
  32.       - entities:
  33.           - entity: light.downstairs
  34.             name: Groep Kast + Zetel + TV
  35.             tap_action:
  36.               action: toggle
  37.         show_name: true
  38.         show_state: false
  39.         type: glance
  40.     type: horizontal-stack
  41. type: vertical-stack
Advertisement
Add Comment
Please, Sign In to add comment