You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: source/_components/twilio.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,5 @@ Configuration variables:
31
31
- **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`.
32
32
- **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`.
33
33
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