Advertisement
noam76

cond

Dec 3rd, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.86 KB | None | 0 0
  1. type: 'custom:vertical-stack-in-card'
  2. title: Timers
  3. cards:
  4.   - type: entity-button
  5.     entity: switch.shenzhen_neo_electronics_co_ltd_wall_switch_1_channel_switch
  6.     icon: 'mdi:kettle'
  7.     tap_action:
  8.       action: navigate
  9.       navigation_path: '#p1'
  10.   - type: entity-button
  11.     entity: switch.shenzhen_neo_electronics_co_ltd_wall_switch_2_channels_switch_2
  12.     icon: 'mdi:sofa'
  13.     tap_action:
  14.       action: navigate
  15.       navigation_path: '#p2'
  16.   - type: entity-button
  17.     entity: switch.shenzhen_neo_electronics_co_ltd_wall_switch_2_channels_switch
  18.     icon: 'mdi:silverware-variant'
  19.     tap_action:
  20.       action: navigate
  21.       navigation_path: '#p3'
  22. card:
  23.   - type: horizontal-stack
  24.     show_header_toggle: false
  25.     default: p1
  26.     entity: hash
  27.     states:
  28.       p1:
  29.         entities:
  30.           - entity: input_select.kitchen_timers_preset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement