mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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.
|
# synology-dsm service entries description.
|
||||||
|
|
||||||
reboot:
|
reboot:
|
||||||
|
name: Reboot
|
||||||
description: Reboot the NAS.
|
description: Reboot the NAS.
|
||||||
fields:
|
fields:
|
||||||
serial:
|
serial:
|
||||||
|
name: Serial
|
||||||
description: serial of the NAS to reboot; required when multiple NAS are configured.
|
description: serial of the NAS to reboot; required when multiple NAS are configured.
|
||||||
example: 1NDVC86409
|
example: 1NDVC86409
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
|
||||||
shutdown:
|
shutdown:
|
||||||
|
name: Shutdown
|
||||||
description: Shutdown the NAS.
|
description: Shutdown the NAS.
|
||||||
fields:
|
fields:
|
||||||
serial:
|
serial:
|
||||||
|
name: Serial
|
||||||
description: serial of the NAS to shutdown; required when multiple NAS are configured.
|
description: serial of the NAS to shutdown; required when multiple NAS are configured.
|
||||||
example: 1NDVC86409
|
example: 1NDVC86409
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user