When I add the following config to my configuration.yaml file and reboot HA the service is not found in the Developer Tools Services list. I performed a lot of trial and error tweaks to the config and narrowed the problem down to the password. If I remove the password config completely the service is created. Add it back in and the service fails to build. All I’m trying to do at this point is just create the service, not call it, but the password entry messes up the service build. What is the trick to configuring the password?
notify:
- name: Notifier_General
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
encryption: starttls
username: [email protected]
password: secretpassword
sender: [email protected]
sender_name: Home Assistant
recipient: [email protected]