Advertisement
Guest User

Untitled

a guest
May 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. title: System
  2. icon: mdi:harddisk
  3. cards:
  4. - type: vertical-stack
  5. cards:
  6. - type: entities
  7. show_header_toggle: off
  8. entities:
  9. - type: section
  10. label: HASSIO SERVER -------- NUC i5 --------
  11. - type: custom:vertical-stack-in-card
  12. cards:
  13. - type: horizontal-stack
  14. cards:
  15. - type: vertical-stack
  16. cards:
  17. - type: custom:card-modder
  18. card:
  19. type: picture
  20. image: /local/images/hass.jpg
  21. style:
  22. border-radius: 5px
  23.  
  24. - type: custom:bar-card
  25. title_position: inside
  26. entity: sensor.ha_restart_time
  27. title: Restart Time
  28. align: center
  29. padding: 5px
  30. max: 60
  31. card_style:
  32. border-radius: 5px
  33. - type: custom:bar-card
  34. title_position: inside
  35. entity: sensor.uptime
  36. title: Up Time
  37. align: center
  38. padding: 5px
  39. card_style:
  40. border-radius: 5px
  41.  
  42. - type: custom:bar-card# align: split
  43. show_icon: true
  44. padding: 4px
  45. columns: 3
  46. card_style:
  47. border-radius: 5px
  48. entities:
  49. - entity: sensor.disk_use_percent
  50. title: Disk
  51. - entity: sensor.memory_use_percent
  52. title: RAM
  53. - entity: sensor.swap_free
  54. title: SWAP
  55.  
  56. - type: custom:bar-card
  57. align: split
  58. show_icon: true
  59. padding: 4px
  60. columns: 2
  61. card_style:
  62. border-radius: 5px
  63. entities:
  64. - entity: sensor.processor_use
  65. title: CPU
  66. - entity: sensor.cpu_temperature
  67. title: Temp
  68. icon: mdi:thermometer
  69.  
  70. - type: entities
  71. show_header_toggle: off
  72. entities:
  73. - type: section
  74. label: HOME ASSISTANT STATISTICS
  75. - type: custom:vertical-stack-in-card
  76. cards:
  77. - type: horizontal-stack
  78. cards:
  79. - type: custom:bar-card
  80. title: Automations
  81. entity: sensor.automation_count
  82. title_position: inside
  83. align: center
  84. padding: 4px
  85. card_style:
  86. border-radius: 5px
  87. max: 200
  88. severity:
  89. - value: 149
  90. color: '#bf4040'
  91. - value: 150
  92. color: '#1db954'
  93. - value: 220
  94. color: '#bf9540'
  95.  
  96. - type: custom:bar-card
  97. title: Binary Sensors
  98. entity: sensor.binary_sensor_count
  99. title_position: inside
  100. align: center
  101. padding: 4px
  102. card_style:
  103. border-radius: 5px
  104. max: 169
  105. severity:
  106. - value: 167
  107. color: '#bf4040'
  108. - value: 168
  109. color: '#1db954'
  110. - value: 200
  111. color: '#bf9540'
  112.  
  113. - type: custom:bar-card
  114. title: Cameras
  115. entity: sensor.camera_count
  116. title_position: inside
  117. align: center
  118. padding: 4px
  119. card_style:
  120. border-radius: 5px
  121. max: 9
  122. severity:
  123. - value: 7
  124. color: '#bf4040'
  125. - value: 8
  126. color: '#1db954'
  127. - value: 20
  128. color: '#bf9540'
  129.  
  130. - type: horizontal-stack
  131. cards:
  132. - type: custom:bar-card
  133. title: Fans
  134. entity: sensor.fan_count
  135. title_position: inside
  136. align: center
  137. padding: 4px
  138. card_style:
  139. border-radius: 5px
  140. max: 6
  141. severity:
  142. - value: 4
  143. color: '#bf4040'
  144. - value: 5
  145. color: '#1db954'
  146. - value: 10
  147. color: '#bf9540'
  148.  
  149. - type: custom:bar-card
  150. title: Lights
  151. entity: sensor.lights_count
  152. title_position: inside
  153. align: center
  154. padding: 4px
  155. card_style:
  156. border-radius: 5px
  157. max: 11
  158. severity:
  159. - value: 9
  160. color: '#bf4040'
  161. - value: 10
  162. color: '#1db954'
  163. - value: 20
  164. color: '#bf9540'
  165.  
  166. - type: custom:bar-card
  167. title: Tracked Devices
  168. entity: sensor.tracker_count
  169. title_position: inside
  170. align: center
  171. padding: 4px
  172. card_style:
  173. border-radius: 5px
  174. max: 88
  175. severity:
  176. - value: 86
  177. color: '#bf4040'
  178. - value: 87
  179. color: '#1db954'
  180. - value: 100
  181. color: '#bf9540'
  182.  
  183. - type: horizontal-stack
  184. cards:
  185. - type: custom:bar-card
  186. title: Media Players
  187. entity: sensor.media_player_count
  188. title_position: inside
  189. align: center
  190. padding: 4px
  191. card_style:
  192. border-radius: 5px
  193. max: 11
  194. severity:
  195. - value: 9
  196. color: '#bf4040'
  197. - value: 10
  198. color: '#1db954'
  199. - value: 20
  200. color: '#bf9540'
  201.  
  202. - type: custom:bar-card
  203. title: Plants
  204. entity: sensor.plant_count
  205. title_position: inside
  206. align: center
  207. padding: 4px
  208. card_style:
  209. border-radius: 5px
  210. max: 17
  211. severity:
  212. - value: 15
  213. color: '#bf4040'
  214. - value: 16
  215. color: '#1db954'
  216. - value: 30
  217. color: '#bf9540'
  218.  
  219. - type: custom:bar-card
  220. title: Scripts
  221. entity: sensor.script_count
  222. title_position: inside
  223. align: center
  224. padding: 4px
  225. card_style:
  226. border-radius: 5px
  227. max: 35
  228. severity:
  229. - value: 33
  230. color: '#bf4040'
  231. - value: 34
  232. color: '#1db954'
  233. - value: 40
  234. color: '#bf9540'
  235.  
  236. - type: horizontal-stack
  237. cards:
  238. - type: custom:bar-card
  239. title: Sensors
  240. entity: sensor.sensor_count
  241. title_position: inside
  242. align: center
  243. padding: 4px
  244. card_style:
  245. border-radius: 5px
  246. max: 786
  247. severity:
  248. - value: 784
  249. color: '#bf4040'
  250. - value: 785
  251. color: '#1db954'
  252. - value: 800
  253. color: '#bf9540'
  254.  
  255. - type: custom:gap-card
  256. height:
  257. size:
  258.  
  259. - type: custom:bar-card
  260. title: Switches
  261. entity: sensor.switch_count
  262. title_position: inside
  263. align: center
  264. padding: 4px
  265. card_style:
  266. border-radius: 5px
  267. max: 65
  268. severity:
  269. - value: 63
  270. color: '#bf4040'
  271. - value: 64
  272. color: '#1db954'
  273. - value: 70
  274. color: '#bf9540'
  275.  
  276. - type: custom:bar-card
  277. title: HA Database
  278. entity: sensor.database
  279. icon: mdi:database
  280. #title_position: inside
  281. align: split
  282. show_icon: true
  283. padding: 4px
  284. card_style:
  285. border-radius: 5px
  286. max: 40000
  287. severity:
  288. - value: 10000
  289. color: '#1db954'
  290. - value: 30000
  291. color: '#bf9540'
  292. - value: 50000
  293. color: '#bf4040'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement