From 1aa509a50771223bef672aea4b2ec31bea41a3c0 Mon Sep 17 00:00:00 2001 From: Ken Davidson Date: Mon, 23 Oct 2017 02:26:18 -0400 Subject: [PATCH] Update notify.clicksend_tts.markdown (#3726) Minor grammar and formatting fixes. --- source/_components/notify.clicksend_tts.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/notify.clicksend_tts.markdown b/source/_components/notify.clicksend_tts.markdown index 6f27d61ce51..28e860834f8 100644 --- a/source/_components/notify.clicksend_tts.markdown +++ b/source/_components/notify.clicksend_tts.markdown @@ -34,9 +34,9 @@ Configuration variables: * **name** (Optional): Setting the optional parameter name allows multiple notifiers to be created. The default value is `ClickSend`. The notifier will bind to the service notify.NOTIFIER_NAME. * **username** (Required): Your username. * **api_key** (Required): Your API Key. -* **recipient** (Required): Your phone no. This is where you want to send your notification SMS messages. eg: `09171234567` -* **language** (Optional): The language you want to use to convert the message to audio. Accepted values are found in the [ClickSend Documentation](http://docs.clicksend.apiary.io/#reference/voice/voice-languages). Default value is 'en-us'. -* **voice** (Optional): The voice that needs to be used to play the message to the recipient. Allowed values are 'female' or 'male'. Default value is 'female'. +* **recipient** (Required): Your phone number. This is where you want to send your notification SMS messages (e.g., `09171234567`) +* **language** (Optional): The language you want to use to convert the message to audio. Accepted values are found in the [ClickSend Documentation](http://docs.clicksend.apiary.io/#reference/voice/voice-languages). Default value is `en-us`. +* **voice** (Optional): The voice that needs to be used to play the message to the recipient. Allowed values are `female` or `male`. Default value is `female`. To use notifications, please see the [getting started with automation page](https://home-assistant.io/getting-started/automation/).