You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.synologydsm.markdown
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ comments: false
8
8
sharing: true
9
9
footer: true
10
10
logo: synology.png
11
-
ha_category: Sensor
11
+
ha_category: System Monitor
12
12
ha_release: 0.32
13
-
ha_iot_class: depends
13
+
ha_iot_class: "Local Polling"
14
14
---
15
15
16
16
@@ -31,14 +31,6 @@ sensor:
31
31
- network_up
32
32
```
33
33
34
-
<p class='note'>
35
-
After booting Home Assistant it can take up to 15 minutes for the sensors to show up. This is due to the fact that sensors are created after Home Assistant has fully been initialized.
36
-
</p>
37
-
38
-
<p class='note warning'>
39
-
This sensor will wake up your Synology NAS if it's in hibernation mode.
40
-
</p>
41
-
42
34
Configuration variables:
43
35
44
36
- **host** (*Required*): The IP address of the Synology NAS to monitor
@@ -79,7 +71,15 @@ Configuration variables:
79
71
- **volume_disk_temp_avg**: Displays the average temperature of all disks in the volume (creates a new entry for each volume).
80
72
- **volume_disk_temp_max**: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
81
73
82
-
Separate User Configuration:
74
+
<p class='note'>
75
+
After booting Home Assistant it can take up to 15 minutes for the sensors to show up. This is due to the fact that sensors are created after Home Assistant has fully been initialized.
76
+
</p>
77
+
78
+
<p class='note warning'>
79
+
This sensor will wake up your Synology NAS if it's in hibernation mode.
80
+
</p>
81
+
82
+
## {% linkable_title Separate User Configuration %}
83
83
84
84
Due to the nature of the Synology DSM API it is required to grant the user admin rights. This is related to the fact that utilization information is stored in the core module.
0 commit comments