Skip to content

Commit 05d3796

Browse files
patockfabaff
patock
authored andcommitted
Add usage linking to notify components (home-assistant#2267)
Added a note linking to the notification components for SMS and Phone, since additional configuration is required to get twilio working other than just getting the account SID and token placed in the config.
1 parent c093a92 commit 05d3796

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/twilio.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ Configuration variables:
3131
- **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`.
3232
- **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`.
3333

34+
### {% linkable_title Usage %}
35+
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.

0 commit comments

Comments
 (0)