mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add selectors to synology_dsm services (#49772)
This commit is contained in:
parent
046f02b7b8
commit
81264ff759
@ -1,15 +1,23 @@
|
||||
# synology-dsm service entries description.
|
||||
|
||||
reboot:
|
||||
name: Reboot
|
||||
description: Reboot the NAS.
|
||||
fields:
|
||||
serial:
|
||||
name: Serial
|
||||
description: serial of the NAS to reboot; required when multiple NAS are configured.
|
||||
example: 1NDVC86409
|
||||
selector:
|
||||
text:
|
||||
|
||||
shutdown:
|
||||
name: Shutdown
|
||||
description: Shutdown the NAS.
|
||||
fields:
|
||||
serial:
|
||||
name: Serial
|
||||
description: serial of the NAS to shutdown; required when multiple NAS are configured.
|
||||
example: 1NDVC86409
|
||||
selector:
|
||||
text:
|
||||
|
Loading…
x
Reference in New Issue
Block a user