Advertisement
Guest User

Untitled

a guest
May 16th, 2019
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.32 KB | None | 0 0
  1. type: custom:vertical-style-card
  2. title: Laundry
  3. style:
  4.   font_size: 24px
  5.   border: true
  6. cards:
  7. - type: vertical-stack
  8.   cards:
  9.   - type: horizontal-stack
  10.     cards:
  11.      - type: picture
  12.        image: /local/divider.png
  13.   - type: horizontal-stack
  14.     cards:
  15.      - type: "custom:button-card"
  16.        icon: mdi:washing-machine
  17.        action: more_info
  18.        color: var(--icon-color-green)
  19.        color_off: var(--element-accent-color)
  20.        color_type: card
  21.        entity: input_boolean.washingmachine
  22.        style:
  23.         - color: var(--icon-off-color)
  24.      - type: "custom:button-card"
  25.        icon: mdi:tumble-dryer
  26.        action: more_info
  27.        color: var(--icon-color-green)
  28.        color_off: var(--element-accent-color)
  29.        color_type: card
  30.        entity: input_boolean.dryer
  31.        style:
  32.         - color: var(--icon-off-color)
  33.   - type: horizontal-stack
  34.     cards:
  35.      - type: picture
  36.        image: /local/divider.png
  37.   - type: horizontal-stack
  38.     cards:
  39.      - type: "custom:bignumber-card"
  40.        entity: sensor.washing_ontime
  41.        title: Time elapsed
  42.        scale: 15px
  43.      - type: "custom:bignumber-card"
  44.        entity: sensor.drying_ontime
  45.        title: Time elapsed
  46.        scale: 15px
  47.   - type: horizontal-stack
  48.     cards:
  49.      - type: picture
  50.        image: /local/divider.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement