From 80aa62fac9040274ede8333f7fa1042c37880ff0 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 16 Nov 2018 08:56:28 +0100 Subject: [PATCH] Update pushsafer notify component configuration (#7526) --- source/_components/notify.pushsafer.markdown | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/source/_components/notify.pushsafer.markdown b/source/_components/notify.pushsafer.markdown index 42e1b4514bd..f3a213fa2f0 100644 --- a/source/_components/notify.pushsafer.markdown +++ b/source/_components/notify.pushsafer.markdown @@ -26,16 +26,22 @@ notify: private_key: YOUR_KEY ``` -**Configuration variables:** - -- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **private_key** (*Required*): Your private or alias key. Private key = send the notification to all devices with standard params, alias key send the notification to the devices stored in the alias with predefined params. +{% configuration %} +name: + description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. + required: false + default: notify + type: string +private_key: + description: Your private or alias key. Private key = send the notification to all devices with standard params, alias key send the notification to the devices stored in the alias with predefined params. + required: true + type: string +{% endconfiguration %} ### {% linkable_title Examples %} Message to two devices with formatted text. - ```yaml action: service: notify.notify