Advertisement
JLindvig

Victor State-switch

Oct 26th, 2020
2,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. type: custom:stack-in-card
  2. title: Lys
  3. cards:
  4.   - type: entities
  5.     entities:
  6.      - input_select.room_light
  7.    
  8.   - type: custom:state-switch
  9.     entity: input_select.room_light
  10.     states:
  11.      # Min hedder stuen
  12.       Stuen:
  13.         type: custom:stack-in-card
  14.         title: Stue
  15.         cards:
  16.           - type: custom:stack-in-card
  17.             mode: horizontal
  18.             cards:
  19.               - type: entity-button
  20.                 entity: light.indgang
  21.                 name: Indhak 1
  22.               - type: entity-button
  23.                 entity: light.indgang
  24.                 name: Indhak 2
  25.                
  26.           - type: custom:stack-in-card
  27.             mode: horizontal
  28.             cards:
  29.               - type: custom:slider-entity-row
  30.                 entity: light.indgang
  31.                 full_row: true
  32.                 hide_state: true
  33.               - type: custom:slider-entity-row
  34.                 entity: light.indgang
  35.                 full_row: true
  36.                 hide_state: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement