Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. card_filter: card--dropshadow-heavy--sepia90
  2. color_stops:
  3. '5': '#FFF6E3'
  4. '15': '#FFE9B9'
  5. '25': '#FFDA8A'
  6. '35': '#FFCB5B'
  7. '45': '#FFBF37'
  8. '55': '#ffb414'
  9. '65': '#FFAD12'
  10. '75': '#FFA40E'
  11. '85': '#FF9C0B'
  12. '95': '#FF8C06'
  13. entities:
  14. - area: Home Assistant
  15. decimals: 0
  16. entity: sensor.processor_use
  17. name: CPU
  18. unit: '%'
  19. tap_action:
  20. action: more-info
  21. - decimals: 1
  22. entity: sensor.disk_use_percent
  23. name: Disk use
  24. unit: '%'
  25. tap_action:
  26. action: more-info
  27. - decimals: 1
  28. entity: sensor.memory_use_percent
  29. name: Mem use
  30. unit: '%'
  31. tap_action:
  32. action: more-info
  33. - decimals: 1
  34. entity: sensor.swap_use_percent
  35. name: Swap
  36. unit: '%'
  37. tap_action:
  38. action: more-info
  39. horseshoe_scale:
  40. max: 100
  41. min: 0
  42. width: 2
  43. layout:
  44. areas:
  45. - entity_index: 0
  46. id: 0
  47. styles:
  48. - font-size: 1em;
  49. - opacity: 0.8;
  50. xpos: 50
  51. ypos: 95
  52. hlines:
  53. - id: 0
  54. length: 70
  55. styles:
  56. - opacity: 0.2;
  57. - stroke-width: 2;
  58. - stroke-linecap: round;
  59. xpos: 50
  60. ypos: 38
  61. entity_index: 0
  62. - id: 1
  63. length: 70
  64. styles:
  65. - opacity: 0.2;
  66. - stroke-width: 2;
  67. - stroke-linecap: round;
  68. xpos: 50
  69. ypos: 58
  70. entity_index: 0
  71. names:
  72. - entity_index: 0
  73. id: 0
  74. styles:
  75. - font-size: 0.8em;
  76. - opacity: 0.7;
  77. - opacity: 0.7;
  78. xpos: 50
  79. ypos: 30
  80. - entity_index: 1
  81. id: 1
  82. styles:
  83. - font-size: 0.5em;
  84. - text-anchor: end;
  85. - opacity: 0.6;
  86. xpos: 46
  87. ypos: 54
  88. - entity_index: 2
  89. id: 2
  90. styles:
  91. - font-size: 0.5em;
  92. - text-anchor: start;
  93. - opacity: 0.6;
  94. xpos: 54
  95. ypos: 54
  96. - entity_index: 3
  97. id: 3
  98. styles:
  99. - font-size: 0.5em;
  100. - opacity: 0.6;
  101. xpos: 50
  102. ypos: 74
  103. states:
  104. - entity_index: 0
  105. id: 0
  106. styles:
  107. - font-size: 2em;
  108. xpos: 50
  109. ypos: 21
  110. - entity_index: 1
  111. id: 1
  112. styles:
  113. - font-size: 1.3em;
  114. - text-anchor: end;
  115. xpos: 46
  116. ypos: 48
  117. - entity_index: 2
  118. id: 2
  119. styles:
  120. - font-size: 1.3em;
  121. - text-anchor: start;
  122. xpos: 54
  123. ypos: 48
  124. - entity_index: 3
  125. id: 3
  126. styles:
  127. - font-size: 1.3em;
  128. xpos: 50
  129. ypos: 68
  130. vlines:
  131. - id: 0
  132. length: 18
  133. styles:
  134. - opacity: 0.2;
  135. - stroke-width: 2;
  136. - stroke-linecap: square;
  137. xpos: 50
  138. ypos: 48
  139. entity_index: 0
  140. show:
  141. horseshoe_style: lineargradient
  142. type: 'custom:flex-horseshoe-card'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement