Skip to content

Commit 04c19e8

Browse files
committed
Fix merge
1 parent 36d1338 commit 04c19e8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/_components/sensor.synologydsm.markdown

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This `synologydms` sensor allows getting various statistics from your [Synology
2020
This sensor will wake up your Synology NAS if it's in hibernation mode.
2121
</p>
2222

23-
To use the SynologyDSM sensor in your installation, add the following to your `configuration.yaml` file:
23+
To use the `synologydsm` sensor in your installation, add the following to your `configuration.yaml` file:
2424

2525
```yaml
2626
# Example configuration.yml entry
@@ -34,13 +34,13 @@ sensor:
3434
- memory_real_usage
3535
- network_up
3636
```
37-
Note: After booting HASS it can take up to 15 minutes for the sensors to show up. This is due to the fact that sensors are created after HASS has fully been initialised.
37+
Note: 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.
3838
3939
Configuration variables:
4040
4141
- **host** (*Required*): The IP address of the Synology NAS to monitor
42-
- **port** (*Optional*): The port number on which the NAS is reachable. Defaults to `5000`.
43-
- **username** (*Required*): An user to connect to the Synology NAS (a seperate account is adviced, see the Seperate User Configuration section below for details).
42+
- **port** (*Optional*): The port number on which the Synology NAS is reachable. Defaults to `5000`.
43+
- **username** (*Required*): An user to connect to the Synology NAS (a separate account is advised, see the Separate User Configuration section below for details).
4444
- **password** (*Required*): The password of the user to connect to the Synology NAS.
4545
- **volumes** (*Optional*): Array of volumes to monitor. Defaults to all volumes.
4646
- **disks** (*Optional*): Array of disks to monitor. Defaults to all disks.
@@ -61,13 +61,13 @@ Configuration variables:
6161
- **memory_total_real**: Displays total size of real memory in MB.
6262
- **network_up**: Displays total up speed of network interfaces (combines all interfaces).
6363
- **network_down**: Displays total down speed of network interfaces (combines all interfaces).
64-
- **disk_name**: Displays the name of the harddisk (creates a new entry for each disk).
65-
- **disk_device**: Displays the path of the harddisk (creates a new entry for each disk).
66-
- **disk_smart_status**: Displays the S.M.A.R.T status of the harddisk (creates a new entry for each disk).
67-
- **disk_status**: Displays the status of the harddisk (creates a new entry for each disk).
68-
- **disk_exceed_bad_sector_thr**: Displays true / false to indicate if the harddisk exceeded the maximum bad sector threshold (creates a new entry for each disk).
69-
- **disk_below_remain_life_thr**: Displays true / false to indicate if the harddisk dropped below the remain life threshold (creates a new entry for each disk).
70-
- **disk_temp**: Displays the temperature of the harddisk (creates a new entry for each disk, uses the unit_system to display in C or F).
64+
- **disk_name**: Displays the name of the hard disk (creates a new entry for each disk).
65+
- **disk_device**: Displays the path of the hard disk (creates a new entry for each disk).
66+
- **disk_smart_status**: Displays the S.M.A.R.T status of the hard disk (creates a new entry for each disk).
67+
- **disk_status**: Displays the status of the hard disk (creates a new entry for each disk).
68+
- **disk_exceed_bad_sector_thr**: Displays true / false to indicate if the hard disk exceeded the maximum bad sector threshold (creates a new entry for each disk).
69+
- **disk_below_remain_life_thr**: Displays true / false to indicate if the hard disk dropped below the remain life threshold (creates a new entry for each disk).
70+
- **disk_temp**: Displays the temperature of the hard disk (creates a new entry for each disk, uses the unit_system to display in C or F).
7171
- **volume_status**: Displays the status of the volume (creates a new entry for each volume).
7272
- **volume_device_type**: Displays the volume type (RAID, etc) (creates a new entry for each volume).
7373
- **volume_size_total**: Displays the total size of the volume in GB's (creates a new entry for each volume).
@@ -76,8 +76,8 @@ Configuration variables:
7676
- **volume_disk_temp_avg**: Displays the average temperature of all disks in the volume (creates a new entry for each volume).
7777
- **volume_disk_temp_max**: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
7878

79-
Seperate User Configuration:
79+
Separate User Configuration:
8080

81-
Due to the nature of the Synology DSM Api it is required to grant de user admin rights. This is related to the fact that utilisation information is stored in the core module.
81+
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.
8282

83-
When creating the user it is possible to deny access to all locations and applications. By doing this the user will not be able to login to the web interface or view any of the files on the NAS. It is still able to read the utilisation and storage information using the API.
83+
When creating the user it is possible to deny access to all locations and applications. By doing this the user will not be able to login to the web interface or view any of the files on the Synology NAS. It is still able to read the utilization and storage information using the API.

0 commit comments

Comments
 (0)