diff --git a/homeassistant/components/synology_dsm/services.yaml b/homeassistant/components/synology_dsm/services.yaml index f75b2f0ec8a..3e25d4bef9d 100644 --- a/homeassistant/components/synology_dsm/services.yaml +++ b/homeassistant/components/synology_dsm/services.yaml @@ -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: