From 6d224fb5cae5db29e6f5dce8ff32257c572300f3 Mon Sep 17 00:00:00 2001 From: Amol Katdare Date: Mon, 4 Sep 2017 14:31:35 -0500 Subject: [PATCH] Fixed typo (#3303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo ( ̶A̶c̶c̶o̶u̶n̶t̶ ̶S̶I̶D̶ AUTH TOKEN) --- source/_components/twilio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/twilio.markdown b/source/_components/twilio.markdown index 56c7afd5c06..299a91f0195 100644 --- a/source/_components/twilio.markdown +++ b/source/_components/twilio.markdown @@ -29,7 +29,7 @@ twilio: Configuration variables: - **account_sid** (*Required*): Your Twilio Account SID which can be found in your [console](https://www.twilio.com/console). It starts with the letters `AC`. -- **auth_token** (*Required*): Your Twilio Account SID which can be found in your [console](https://www.twilio.com/console). It should be directly under where you found the `account_sid`. +- **auth_token** (*Required*): Your Twilio AUTH TOKEN which can be found in your [console](https://www.twilio.com/console). It should be directly under where you found the `account_sid`. ### {% linkable_title Usage %} After configuring the base Twilio component, add and configure either or both of the [twilio SMS](https://home-assistant.io/components/notify.twilio_sms/) and [twilio Phone](https://home-assistant.io/components/notify.twilio_call) components to utilize the notification functionality.