pqpxoxa

Home Assistant - System Dashboard

Jul 7th, 2020
897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1. - badges: []
  2. cards:
  3. - cards:
  4. - entities:
  5. - entity: sensor.hassio_uptime
  6. name: Uptime
  7. - entity: sensor.latest_version
  8. name: Version
  9. - entity: sensor.last_successful_authentication
  10. name: Last Login
  11. - entity: sensor.supervisor_updates
  12. icon: 'mdi:download-network'
  13. name: Updates
  14. style: |
  15. ha-card {
  16. text-align: center;
  17.  
  18. }
  19. title: Home Assistant
  20. type: glance
  21. - cards:
  22. - align_icon: left
  23. align_state: center
  24. entities:
  25. - sensor.processor_use
  26. name: CPU
  27. font_size: 75
  28. icon: 'mdi:chip'
  29. show:
  30. fill: false
  31. type: 'custom:mini-graph-card'
  32. - align_icon: left
  33. align_state: center
  34. entities:
  35. - sensor.memory_use_percent
  36. name: Memory
  37. font_size: 75
  38. show:
  39. fill: false
  40. type: 'custom:mini-graph-card'
  41. - align_icon: left
  42. align_state: center
  43. entities:
  44. - sensor.disk_use_percent_home
  45. name: Disk
  46. font_size: 75
  47. show:
  48. fill: false
  49. type: 'custom:mini-graph-card'
  50. type: horizontal-stack
  51. - columns: 3
  52. entities:
  53. - entity: sensor.count_binary_sensors
  54. name: Binary Sensors
  55. - entity: sensor.count_sensors
  56. name: Sensors
  57. - entity: sensor.count_switches
  58. name: Switches
  59. - entity: sensor.count_device_trackers
  60. name: Device Trackers
  61. - entity: sensor.count_automations
  62. name: Automations
  63. - entity: sensor.count_scripts
  64. name: Scripts
  65. show_icon: false
  66. show_name: true
  67. show_state: true
  68. type: glance
  69. - columns: 4
  70. entities:
  71. - entity: sensor.swi_vus18_hass_docker_containers_running
  72. name: Running
  73. - entity: sensor.swi_vus18_hass_docker_containers_stopped
  74. name: Stopped
  75. - entity: sensor.swi_vus18_hass_docker_hassio_supervisor_status
  76. name: Supervisor
  77. - entity: sensor.swi_vus18_hass_docker_homeassistant_status
  78. name: Hassio
  79. show_icon: true
  80. show_name: true
  81. show_state: true
  82. style: |
  83. ha-card {
  84. text-align: center;
  85. }
  86. title: Docker
  87. type: glance
  88. - entities:
  89. - entity: zone.home
  90. icon: 'mdi:home-assistant'
  91. name: Hassio
  92. tap_action:
  93. action: call-service
  94. service: homeassistant.restart
  95. - entity: zone.home
  96. icon: 'mdi:cogs'
  97. name: Automation
  98. tap_action:
  99. action: call-service
  100. service: automation.reload
  101. - entity: zone.home
  102. icon: 'mdi:script-text'
  103. name: Script
  104. tap_action:
  105. action: call-service
  106. service: script.reload
  107. - entity: zone.home
  108. icon: 'mdi:group'
  109. name: Groups
  110. tap_action:
  111. action: call-service
  112. service: group.reload
  113. show_header_toggle: false
  114. show_state: false
  115. style: |
  116. ha-card {
  117. text-align: center;
  118. }
  119. title: Restart Services
  120. type: glance
  121. type: vertical-stack
  122. - cards:
  123. - entities:
  124. - entity: group.zigbee_devices
  125. name: Zigbee
  126. - entity: group.433_rf_devices
  127. name: 433Mhz RF
  128. - entity: group.esphome_devices
  129. name: ESPHome
  130. - entity: group.wifi_devices
  131. name: WiFi
  132. style: |
  133. ha-card {
  134. text-align: center;
  135.  
  136. }
  137. title: Sensor Network
  138. type: glance
  139. - entities:
  140. - entity: sensor.door_sensors_status
  141. name: Door
  142. - entity: group.pir_motion
  143. name: PIR
  144. - entity: group.unifi_cameras
  145. name: CCTV
  146. - entity: group.fire_alarm
  147. name: Fire
  148. - entity: group.water_leak
  149. name: Water
  150. type: glance
  151. - cards:
  152. - cards:
  153. - entities:
  154. - entities:
  155. - binary_sensor.openclose_19
  156. - binary_sensor.openclose_20
  157. - binary_sensor.openclose_21
  158. - binary_sensor.openclose_22
  159. - binary_sensor.openclose_26
  160. - binary_sensor.openclose_30
  161. - binary_sensor.openclose_31
  162. - binary_sensor.tradfri_motion_sensor
  163. - binary_sensor.window_door_sensor
  164. - binary_sensor.window_door_sensor_2
  165. - binary_sensor.window_door_sensor_3
  166. - binary_sensor.window_door_sensor_4
  167. - binary_sensor.window_door_sensor_5
  168. - light.office
  169. - sensor.humidity_24
  170. - sensor.humidity_28
  171. - sensor.multi_sensor_2
  172. - sensor.multi_sensor_2_2
  173. - sensor.multi_sensor_2_3
  174. - sensor.pressure_25
  175. - sensor.pressure_29
  176. - sensor.temperature_23
  177. - sensor.temperature_27
  178. head:
  179. label: Zigbee
  180. type: section
  181. padding: 5
  182. type: 'custom:fold-entity-row'
  183. - entities:
  184. - binary_sensor.letter_box
  185. - binary_sensor.ground_hallway_motion
  186. - binary_sensor.first_hallway_motion
  187. - binary_sensor.fire_alarm
  188. head:
  189. label: RF 433Mhz
  190. type: section
  191. padding: 5
  192. type: 'custom:fold-entity-row'
  193. - entities:
  194. - entity: binary_sensor.fire_alarm
  195. icon: 'mdi:water-off'
  196. name: Kitchen Water Leak
  197. secondary_info: last-changed
  198. - entity: binary_sensor.fire_alarm
  199. icon: 'mdi:fire'
  200. name: Hallway Fire Alarm
  201. secondary_info: last-changed
  202. - entity: binary_sensor.fire_alarm
  203. icon: 'mdi:fire'
  204. name: Kitchen Fire Alarm
  205. secondary_info: last-changed
  206. head:
  207. label: WiFi
  208. type: section
  209. padding: 5
  210. type: 'custom:fold-entity-row'
  211. style: |
  212. .card-content {
  213. padding: 10
  214. }
  215.  
  216. .card-header {
  217. margin-left: auto;
  218. margin-right: auto;
  219. }
  220. title: Sensors
  221. type: entities
  222. type: vertical-stack
  223. type: vertical-stack
  224. - collapse: 3
  225. entities:
  226. - sensor.back_door_battery_level
  227. - sensor.first_floor_temp_battery_level
  228. - sensor.ground_floor_temp_battery_level
  229. - sensor.multi_sensor_2_battery_level
  230. - sensor.openclose_20_battery_level
  231. - sensor.openclose_21_battery_level
  232. - sensor.openclose_22_battery_level
  233. - sensor.openclose_26_battery_level
  234. - sensor.openclose_30_battery_level
  235. - sensor.openclose_31_battery_level
  236. - sensor.window_door_sensor_battery_level
  237. - sensor.tradfri_motion_sensor_battery_level
  238. - sensor.tradfri_remote_control_battery_level
  239. - sensor.window_door_sensor_2_battery_level
  240. - sensor.window_door_sensor_3_battery_level
  241. - sensor.window_door_sensor_4_battery_level
  242. - sensor.window_door_sensor_5_battery_level
  243. sort_by_level: asc
  244. title: ZigBee Battery Levels
  245. type: 'custom:battery-state-card'
  246. type: vertical-stack
  247. - cards:
  248. - entities:
  249. - entity: binary_sensor.unifi_controller
  250. name: CKG2+
  251. - entity: binary_sensor.unifi_usg
  252. name: USG
  253. - entity: binary_sensor.unifi_16_switch
  254. name: Switch
  255. - entity: binary_sensor.unifi_ap_up
  256. name: AP
  257. - entity: group.unifi_cameras
  258. style: |
  259. ha-card {
  260. text-align: center;
  261.  
  262. }
  263.  
  264. title: Network
  265. type: glance
  266. - cards:
  267. - align_icon: left
  268. align_state: center
  269. entities:
  270. - sensor.unifi_gateway_wan_cpu
  271. name: CPU
  272. font_size: 75
  273. icon: 'mdi:chip'
  274. show:
  275. fill: false
  276. type: 'custom:mini-graph-card'
  277. - align_icon: left
  278. align_state: center
  279. entities:
  280. - sensor.unifi_gateway_wan_mem
  281. name: Memory
  282. font_size: 75
  283. icon: 'mdi:memory'
  284. show:
  285. fill: false
  286. type: 'custom:mini-graph-card'
  287. - align_icon: left
  288. align_state: center
  289. entities:
  290. - sensor.unifi_gateway_3_packets_s_sent
  291. - sensor.unifi_gateway_3_packets_s_received
  292. name: Traffic
  293. font_size: 75
  294. show:
  295. fill: false
  296. legend: false
  297. type: 'custom:mini-graph-card'
  298. type: horizontal-stack
  299. - entities:
  300. - entity: sensor.local_ip
  301. name: Local IP
  302. - entity: sensor.myip
  303. name: Extermal IP
  304. - entity: sensor.speedtest_download
  305. - entity: sensor.speedtest_upload
  306. type: entities
  307. - columns: null
  308. entities:
  309. - entity: sensor.pi_hole_ads_blocked_today
  310. name: Requests Blocked
  311. - entity: sensor.pi_hole_dns_queries_today
  312. name: DNS Queries
  313. - entity: sensor.pi_hole_domains_blocked
  314. name: Domains Blocked
  315. style: |
  316. ha-card {
  317. text-align: center;
  318. justify-content: center;
  319. }
  320. title: Pi-Hole
  321. type: glance
  322. type: vertical-stack
  323. icon: 'mdi:lan'
  324. path: system
Add Comment
Please, Sign In to add comment