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:
- 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
- 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?