I have a notify setup in the yaml code
# Example configuration.yaml entry for Google Mail.
notify:
- name: "gmail"
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
sender: **@gmail.com
encryption: starttls
username: **@gmail.com
password: *****************
recipient:
- *********@vtext.com
sender_name:***********
When setting up an automation, this service is not listed under Call_Service as an option. What do I need to do to make it so??