Skip to content

Commit 6d88986

Browse files
committed
Update category
1 parent 69f06bc commit 6d88986

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/_components/sensor.synologydsm.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: synology.png
11-
ha_category: Sensor
11+
ha_category: System Monitor
1212
ha_release: 0.32
13-
ha_iot_class: depends
13+
ha_iot_class: "Local Polling"
1414
---
1515

1616

@@ -31,14 +31,6 @@ sensor:
3131
- network_up
3232
```
3333
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-
4234
Configuration variables:
4335
4436
- **host** (*Required*): The IP address of the Synology NAS to monitor
@@ -79,7 +71,15 @@ Configuration variables:
7971
- **volume_disk_temp_avg**: Displays the average temperature of all disks in the volume (creates a new entry for each volume).
8072
- **volume_disk_temp_max**: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
8173

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 %}
8383

8484
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.
8585

0 commit comments

Comments
 (0)