mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add reboot and shutdown service to synology_dsm (#15511)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
021550a553
commit
946e13fdd5
@ -159,3 +159,21 @@ For each disk:
|
||||
|
||||
## Cameras
|
||||
- `{camera_name}`: Displays cameras added in [Surveillance Station](https://www.synology.com/en-us/surveillance).
|
||||
|
||||
## Services
|
||||
|
||||
### Service `synology_dsm.reboot`
|
||||
|
||||
Reboot the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered.
|
||||
|
||||
| Service data attribute | Required | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `serial` | yes, when multiple NAS are configured | serial of DSM |
|
||||
|
||||
### Service `synology_dsm.shutdown`
|
||||
|
||||
Shutdown the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered.
|
||||
|
||||
| Service data attribute | Required | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `serial` | yes, when multiple NAS are configured | serial of DSM |
|
||||
|
Loading…
x
Reference in New Issue
Block a user