Advertisement
mihir2787

Public - Printer Ink Level Card

Apr 24th, 2020
1,968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.33 KB | None | 0 0
  1. cards:
  2.   - cards:
  3.       - entities:
  4.           - entity: sensor.brother_mfc_j485dw
  5.         type: glance
  6.       - entity: sensor.brother_mfc_j485dw
  7.         type: entity
  8.     type: horizontal-stack
  9.   - cards:
  10.       - cards:
  11.           - columns: 4
  12.             direction: up
  13.             entities:
  14.               - color: MediumTurquoise
  15.                 entity: sensor.brother_mfc_j485dw_c
  16.                 name: Cyan
  17.               - color: MediumOrchid
  18.                 entity: sensor.brother_mfc_j485dw_m
  19.                 name: Magenta
  20.               - color: Gold
  21.                 entity: sensor.brother_mfc_j485dw_y
  22.                 name: Yellow
  23.               - color: Black
  24.                 entity: sensor.brother_mfc_j485dw_bk
  25.                 name: Black
  26.             height: 200px
  27.             max: 100
  28.             min: 0
  29.             padding: 2px
  30.             type: 'custom:bar-card'
  31.             unit_of_measurement: '%'
  32.             width: 100%
  33.         title: Brother Printer Ink Levels
  34.         type: 'custom:vertical-stack-in-card'
  35.     type: horizontal-stack
  36.   - entities:
  37.       - entity: sensor.mfc_j485dw_page_counter
  38.         name: Pages Printed
  39.       - entity: sensor.mfc_j485dw_b_w_counter
  40.         name: B/W Printed
  41.       - entity: sensor.mfc_j485dw_color_counter
  42.         name: Color Printed
  43.     type: glance
  44. type: vertical-stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement