Notify not showing up in Services

Running PI 3 B+ and HA 0.90.2 Lovelace Storage Mode

I am a newbe and just now trying to understand automations (triggers, conditions, actions). I’ve added text shown below) to configuration.yaml as instructed by SNMP Notification. The configuration checker tool shows no errors. After both HA restart or System restart, the notify.SMS_Alarm does not show up in either DevTools::Services::Service or Automation::Actions::Call Service::Service configuration tools.

notify:
  - name: SMS_Alarm
    platform: smtp
    server: smtp.gmail.com
    port: 587
    timeout: 15
    sender: !secret gmail_name
    encryption: starttls
    username: !secret gmail_name
    password: !secret gmail_password
    recipient: !secret gmail_notify
    sender_name: HomeAssistant

Thank you in advance for suggestions,
Rich

I am also having issues trying to get notify working with clicksend. I have set it up correctly, and the config checker shows no issues…

I have setup other entities without issue,. I just can’t work it out …

Hello
I’m having this very issue, did you ever find a solution?

I was testing ClickSend at time of posting, and I did get it working below. But have not used it since, and things may have changed. I had to register with ClickSend and get an API key. I used my Google Voice # as my_number_called_from and my cell # as my_number_to_call. Maybe this config is of some help:

notify:
  - platform: clicksend
    name: clicksend_sms
    username: my_clicksend_name
    api_key: my_clicksend_apikey
    recipient: my_number_to_call
    caller: my_number_called_from
  - platform: clicksend_tts
    name: clicksend_tts
    username: my_clicksend_name
    api_key: my_clicksend_apikey
    recipient: my_number_to_call
    caller: my_number_called_from