Amol Katdare 6d224fb5ca Fixed typo (#3303)
Fixed typo ( ̶A̶c̶c̶o̶u̶n̶t̶ ̶S̶I̶D̶   AUTH TOKEN)
2017-09-04 15:31:35 -04:00

1.5 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Twilio Instructions how to add Twilio notifications to Home Assistant. 2016-05-14 14:14 true false true true twilio.png Hub 0.40

The twilio component enables the sending of notifications via SMS and the creation of calls with Twilio.

Free trial account is available at Twilio website providing free calls to verified phone numbers. Calls are limited to 10 minutes and will play a short trial message before your message runs. Upgraded accounts have no limitation.

To use this notification component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
twilio:
  account_sid: ACCOUNT_SID_FROM_TWILIO
  auth_token: AUTH_TOKEN_FROM_TWILIO

Configuration variables:

  • account_sid (Required): Your Twilio Account SID which can be found in your console. It starts with the letters AC.
  • auth_token (Required): Your Twilio AUTH TOKEN which can be found in your 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 and twilio Phone components to utilize the notification functionality.