mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added documentation to support HTTPS URLs for SynologyDSM (#5650)
* Added documentation to support HTTPS URLs for SynologyDSM * Makes SynologyDSM defaults to 5001 using SSL
This commit is contained in:
parent
2402306433
commit
ce1a6523ca
@ -36,9 +36,10 @@ sensor:
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP address of the Synology NAS to monitor.
|
||||
- **port** (*Optional*): The port number on which the Synology NAS is reachable. Defaults to `5000`.
|
||||
- **port** (*Optional*): The port number on which the Synology NAS is reachable. Defaults to `5001`.
|
||||
- **username** (*Required*): An user to connect to the Synology NAS (a separate account is advised, see the Separate User Configuration section below for details).
|
||||
- **password** (*Required*): The password of the user to connect to the Synology NAS.
|
||||
- **ssl** (*Optional*): Determine if HTTPS should be used. Defaults to `True` which by default runs on port `5001`.
|
||||
- **volumes** (*Optional*): Array of volumes to monitor. Defaults to all volumes.
|
||||
- **disks** (*Optional*): Array of disks to monitor. Defaults to all disks.
|
||||
- **monitored_conditions** (*Required*): Defines a [template](/topics/templating/) to extract a value from the payload.
|
||||
|
Loading…
x
Reference in New Issue
Block a user