Advertisement
jonathanpb

Home Assistant Synology NAS Dashboard

Nov 21st, 2024 (edited)
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.31 KB | Source Code | 0 0
  1. #HA Dashboard for Synology NAS using Synology Integration
  2. #Image: https://imgur.com/f033ShZ
  3. type: grid
  4. cards:
  5.   - type: heading
  6.     heading_style: title
  7.     heading: NAS
  8.     badges:
  9.       - type: entity
  10.         show_state: true
  11.         show_icon: true
  12.         entity: sensor.nas_temperature_7
  13.         color: orange
  14.         tap_action:
  15.           action: more-info
  16.         icon: mdi:memory
  17.       - type: entity
  18.         show_state: true
  19.         show_icon: false
  20.         entity: sensor.nas_cpu_utilization_total
  21.         color: red
  22.         tap_action:
  23.           action: more-info
  24.       - type: entity
  25.         show_state: true
  26.         show_icon: true
  27.         entity: sensor.nas_memory_usage_real
  28.         color: blue
  29.         tap_action:
  30.           action: more-info
  31.       - type: entity
  32.         show_state: true
  33.         show_icon: true
  34.         entity: binary_sensor.nas_security_status
  35.         tap_action:
  36.           action: more-info
  37.         color: state
  38.   - type: tile
  39.     entity: sensor.nas_download_throughput
  40.     name: Inbound
  41.     color: red
  42.   - type: tile
  43.     entity: sensor.nas_upload_throughput
  44.     name: Outbound
  45.     color: green
  46.   - graph: line
  47.     type: sensor
  48.     entity: sensor.nas_used_space
  49.     name: Volume 1
  50.     detail: 1
  51.   - graph: line
  52.     type: sensor
  53.     entity: sensor.nas_used_space_2
  54.     name: Volume 2
  55.     detail: 1
  56.   - type: heading
  57.     heading: Volume 1
  58.     heading_style: title
  59.     badges:
  60.       - type: entity
  61.         show_state: true
  62.         show_icon: true
  63.         entity: sensor.nas_volume_used
  64.         color: cyan
  65.         tap_action:
  66.           action: more-info
  67.         icon: mdi:harddisk
  68.       - type: entity
  69.         show_state: true
  70.         show_icon: true
  71.         color: cyan
  72.         entity: sensor.nas_used_space
  73.         tap_action:
  74.           action: more-info
  75.       - type: entity
  76.         show_state: true
  77.         show_icon: true
  78.         entity: sensor.nas_status
  79.         tap_action:
  80.           action: more-info
  81.         color: state
  82.     icon: ""
  83.   - type: heading
  84.     icon: mdi:harddisk
  85.     heading: Drive 1
  86.     heading_style: subtitle
  87.     badges:
  88.       - type: entity
  89.         show_state: true
  90.         show_icon: true
  91.         entity: sensor.nas_temperature_3
  92.         color: orange
  93.         tap_action:
  94.           action: more-info
  95.         icon: mdi:thermometer
  96.       - type: entity
  97.         show_state: true
  98.         show_icon: true
  99.         entity: binary_sensor.nas_below_min_remaining_life_3
  100.         color: red
  101.         tap_action:
  102.           action: more-info
  103.         icon: ""
  104.       - type: entity
  105.         show_state: true
  106.         show_icon: true
  107.         entity: binary_sensor.nas_exceeded_max_bad_sectors_3
  108.         color: cyan
  109.         tap_action:
  110.           action: more-info
  111.         icon: ""
  112.       - type: entity
  113.         show_state: true
  114.         show_icon: true
  115.         entity: sensor.nas_status_4
  116.         tap_action:
  117.           action: more-info
  118.         color: state
  119.   - type: heading
  120.     icon: mdi:harddisk
  121.     heading: Drive 2
  122.     heading_style: subtitle
  123.     badges:
  124.       - type: entity
  125.         show_state: true
  126.         show_icon: true
  127.         entity: sensor.nas_temperature_4
  128.         color: orange
  129.         tap_action:
  130.           action: more-info
  131.         icon: mdi:thermometer
  132.       - type: entity
  133.         show_state: true
  134.         show_icon: true
  135.         entity: binary_sensor.nas_below_min_remaining_life_4
  136.         color: red
  137.         tap_action:
  138.           action: more-info
  139.         icon: ""
  140.       - type: entity
  141.         show_state: true
  142.         show_icon: true
  143.         entity: binary_sensor.nas_exceeded_max_bad_sectors_4
  144.         color: cyan
  145.         tap_action:
  146.           action: more-info
  147.         icon: ""
  148.       - type: entity
  149.         show_state: true
  150.         show_icon: true
  151.         entity: sensor.nas_status_5
  152.         tap_action:
  153.           action: more-info
  154.   - type: heading
  155.     icon: mdi:harddisk
  156.     heading: Drive 3
  157.     heading_style: subtitle
  158.     badges:
  159.       - type: entity
  160.         show_state: true
  161.         show_icon: true
  162.         entity: sensor.nas_temperature
  163.         color: orange
  164.         tap_action:
  165.           action: more-info
  166.         icon: mdi:thermometer
  167.       - type: entity
  168.         show_state: true
  169.         show_icon: true
  170.         entity: binary_sensor.nas_below_min_remaining_life
  171.         color: red
  172.         tap_action:
  173.           action: more-info
  174.         icon: ""
  175.       - type: entity
  176.         show_state: true
  177.         show_icon: true
  178.         entity: binary_sensor.nas_exceeded_max_bad_sectors
  179.         color: cyan
  180.         tap_action:
  181.           action: more-info
  182.         icon: ""
  183.       - type: entity
  184.         show_state: true
  185.         show_icon: true
  186.         entity: sensor.nas_status_2
  187.         tap_action:
  188.           action: more-info
  189.   - type: heading
  190.     heading: Volume 2
  191.     heading_style: title
  192.     badges:
  193.       - type: entity
  194.         show_state: true
  195.         show_icon: true
  196.         entity: sensor.nas_volume_used_2
  197.         color: cyan
  198.         tap_action:
  199.           action: more-info
  200.         icon: ""
  201.       - type: entity
  202.         show_state: true
  203.         show_icon: true
  204.         color: cyan
  205.         entity: sensor.nas_used_space_2
  206.         tap_action:
  207.           action: more-info
  208.       - type: entity
  209.         show_state: true
  210.         show_icon: true
  211.         entity: sensor.nas_status_8
  212.         tap_action:
  213.           action: more-info
  214.     icon: ""
  215.   - type: heading
  216.     icon: mdi:sd
  217.     heading: Drive 1
  218.     heading_style: subtitle
  219.     badges:
  220.       - type: entity
  221.         show_state: true
  222.         show_icon: true
  223.         entity: sensor.nas_temperature_2
  224.         color: orange
  225.         tap_action:
  226.           action: more-info
  227.         icon: mdi:thermometer
  228.       - type: entity
  229.         show_state: true
  230.         show_icon: true
  231.         entity: binary_sensor.nas_below_min_remaining_life_2
  232.         color: red
  233.         tap_action:
  234.           action: more-info
  235.         icon: ""
  236.       - type: entity
  237.         show_state: true
  238.         show_icon: true
  239.         entity: binary_sensor.nas_exceeded_max_bad_sectors_2
  240.         color: cyan
  241.         tap_action:
  242.           action: more-info
  243.         icon: ""
  244.       - type: entity
  245.         show_state: true
  246.         show_icon: true
  247.         entity: sensor.nas_status_3
  248.         tap_action:
  249.           action: more-info
  250. column_span: 1
  251.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement