#Twilio Integration

1 messages · Page 1 of 1 (latest)

wintry trail
#

Sorry folks, I feel pretty dumb, but this integration has defeated me. I am trying to configure the Twilio SMS integration for sending SMS: https://www.home-assistant.io/integrations/twilio_sms/

I have:

  1. Configured configuration.yaml with the following config:
twilio:
  account_sid: AC1e[redacted]
  auth_token: 2b31[redacted]

notify:
  - name: notify
    platform: twilio_sms
    from_number: +3197012345678
  1. Try to call the service via the developer Action section or from an automation.

I get this error:
Action notify.twilio_sms not found

Anyone know what I've missed?

Home Assistant

Instructions on how to add Twilio SMS notifications to Home Assistant.

#

I should say that I do see Twilio SMS in the Integrations page (letting me know it's a legacy integration and I need to configure it via the configuration.yaml).

opaque peak
#
- name: notify

would create a service called notify.notify

wintry trail
#

ugh