tu ne peut pas envoyer un notif SMS vers une adresse email ,
pour envoyer un notif par mail tu doit utiliser SMTP
essaie cette exemple pour free
notify:
- name: free_notif
platform: smtp
server: smtp.free.fr
port: 587
sender: dresse@free.fr
encryption: starttls
username: dresse@free.fr
password: motdepasse
recipient:
- xxxxxrt@free.fr
- une.autre@free.fr
sender_name: "HA Notification"