Hey all, totally newbie I’m geeking around with notifications. My plan is to implement both sms and call through Twilio.
I have followed some guide and installed the twilio
integration, now visible in integrations, but can’t even get sms to work.
Error while executing automation automation.the_sun_has_set: Unable to find service notify.twilio_sms
08.08.36 – ( ERROR ) Automation - the message only occurred at 00.46.53 and seen 5 times
The sun has set: Error executing script. Service not found for call_service at pos 1: Unable to find service notify.twilio_sms
Logger: homeassistant.components.automation.the_sun_has_set
Source: components/automation/init.py:246
Integration: Automatisering (documentation, issues)
First occurred: 00.46.53 (5 occurrences)
Last logged: 08.08.36
The sun has set: Error executing script. Service not found for call_service at pos 1: Unable to find service notify.twilio_sms
``
/config/configuration.yaml
Loads default set of integrations. Do not remove.
default_config:
Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
``
# Example configuration.yaml entry
twilio:
account_sid: I just insert data from twilio here
auth_token: I just insert data from twilio here
# Example configuration.yaml entry
notify:
- name: sms
platform: twilio_sms
from_number: +12345678910
# Example automation notification entry for automations.yaml file:
- alias: The sun has set
trigger:
platform: sun
event: sunset
action:
service: notify.twilio_sms
data:
message: 'The sun has set testt'
target:
- +4512345678