Advertisement
pqpxoxa

HA - Media Dashboard - PMS Panel

Sep 3rd, 2020
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. cards:
  2. - content: >
  3. # <img width="30" height="30" src='/local/plx.png'
  4. style='vertical-align:middle' /> Plex Media Server
  5. style:
  6. .: |
  7. ha-card {
  8. background-color: transparent !important;
  9. box-shadow: none !important;
  10. }
  11. ha-markdown:
  12. $: |
  13. h1 {
  14. font-size: 25px;
  15. # font-weight: bold;
  16. text-align: center;
  17. letter-spacing: '-0.01em';
  18. }
  19. type: markdown
  20. - columns: 3
  21. entities:
  22. - entity: binary_sensor.swc_vus18_pms
  23. name: SWC-VUS18-PMS
  24. - entity: sensor.portainer_online
  25. name: Portainer
  26. - entity: sensor.plex_online
  27. name: Plex Media Server
  28. show_icon: true
  29. show_name: true
  30. show_state: true
  31. style: |
  32. ha-card {
  33. text-align: center;
  34.  
  35. }
  36. title: false
  37. type: glance
  38. - cards:
  39. - align_icon: left
  40. align_state: center
  41. entities:
  42. - sensor.glances_cpu_used
  43. font_size: 75
  44. icon: 'mdi:chip'
  45. name: CPU
  46. show:
  47. fill: false
  48. type: 'custom:mini-graph-card'
  49. - align_icon: left
  50. align_state: center
  51. entities:
  52. - sensor.unifi_gateway_wan_mem
  53. font_size: 75
  54. icon: 'mdi:memory'
  55. name: Memory
  56. show:
  57. fill: false
  58. type: 'custom:mini-graph-card'
  59. - align_icon: left
  60. align_state: center
  61. entities:
  62. - sensor.glances_media_media_used_percent
  63. font_size: 75
  64. name: Disk
  65. show:
  66. fill: false
  67. legend: false
  68. type: 'custom:mini-graph-card'
  69. type: horizontal-stack
  70. - entities:
  71. - entity: sensor.dvbpi_online
  72. name: DVB Pi
  73. - entity: sensor.transmission_online
  74. name: Transmission
  75. - entity: sensor.sabnzbd_online
  76. name: SABnzbd
  77. - entity: sensor.jackett_online
  78. name: Jackett
  79. type: glance
  80. - entities:
  81. - entity: sensor.sonarr_online
  82. name: Sonarr
  83. - entity: sensor.radarr_online
  84. name: Radarr
  85. - entity: sensor.ombi_online
  86. name: Ombi
  87. - entity: sensor.tautulli_online
  88. name: Tautulli
  89. type: glance
  90. - cards:
  91. - cards:
  92. - content: >
  93. # <img width="30" height="30" src='/local/psab.png'
  94. style='vertical-align:middle' /> SABnzbd
  95. style:
  96. .: |
  97. ha-card {
  98. background-color: transparent !important;
  99. box-shadow: none !important;
  100. }
  101. ha-markdown:
  102. $: |
  103. h1 {
  104. font-size: 20px;
  105. font-weight: bold;
  106. text-align: center;
  107. letter-spacing: '-0.01em';
  108. }
  109. type: markdown
  110. - entities:
  111. - entity: sensor.sabnzbd_queue_count
  112. icon: 'mdi:download'
  113. name: Active
  114. - entity: sensor.sabnzbd_status
  115. icon: 'mdi:information'
  116. name: Status
  117. style: |
  118. ha-card {
  119. text-align: center;
  120.  
  121. }
  122. title: false
  123. type: glance
  124. type: vertical-stack
  125. - cards:
  126. - cards:
  127. - content: >
  128. # <img width="30" height="30" src='/local/ptrans.png'
  129. style='vertical-align:middle' /> Transmission
  130. style:
  131. .: |
  132. ha-card {
  133. background-color: transparent !important;
  134. box-shadow: none !important;
  135. }
  136. ha-markdown:
  137. $: |
  138. h1 {
  139. font-size: 20px;
  140. font-weight: bold;
  141. text-align: center;
  142. letter-spacing: '-0.01em';
  143. }
  144. type: markdown
  145. - entities:
  146. - entity: sensor.sabnzbd_queue_count
  147. icon: 'mdi:download'
  148. name: Active
  149. - entity: sensor.sabnzbd_status
  150. icon: 'mdi:information'
  151. name: Status
  152. style: |
  153. ha-card {
  154. text-align: center;
  155.  
  156. }
  157. title: false
  158. type: glance
  159. type: vertical-stack
  160. type: horizontal-stack
  161. type: horizontal-stack
  162. - content: >
  163. # <img width="30" height="30" src='/local/pombi.png'
  164. style='vertical-align:middle' /> Ombi Requests
  165. style:
  166. .: |
  167. ha-card {
  168. background-color: transparent !important;
  169. box-shadow: none !important;
  170. }
  171. ha-markdown:
  172. $: |
  173. h1 {
  174. font-size: 20px;
  175. font-weight: bold;
  176. text-align: center;
  177. letter-spacing: '-0.01em';
  178. }
  179. type: markdown
  180. - entities:
  181. - entity: sensor.ombi_movie_requests
  182. name: Movie Requests
  183. - entity: sensor.ombi_tv_show_requests
  184. name: TV Requests
  185. - entity: sensor.ombi_pending_requests
  186. name: Pending Requests
  187. style: |
  188. ha-card {
  189. text-align: center;
  190.  
  191. }
  192. title: false
  193. type: glance
  194. type: vertical-stack
  195.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement