I updated HA to 2024.06 today and got a message about notification changes. After looking into the docu I changed the email-notification of my automation to the following:
With the same Update of HA the “file”-Integration was imported from my configuration.yaml to a “file”-Integration in the GUI. After Allowing the file-path to be writable that notification in my automation worked:
I got two dashboard messages after the update: “file” integration was imported to HA UI and I should delete it from the configuration.yaml, and notify changes.
So my thoughts were the notify changes would apply to messages to files and to email messages. So am I wrong and the changes apply only to file-integration?
So far only some notification integrations have been changed. The plan is for all of them to be changed eventually but there are issues that are slowing the progress. SMTP has not been changed. File notifications have.
picture on motion uses an unknown service
The automation "picture on motion" (automation.picture_on_motion) has an action that calls an unknown service: notify.sendemail.
This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.
To fix this error, edit the automation and remove the action that calls this service.
Click on SUBMIT below to confirm you have fixed this automation.
So if nothing changed in HA, no error shows in logs, any thoughts on why this might have stopped working?
"title": "Tallin ovi auki!",
"message": "Tallin ovi on auki! Ulkolämpö: {{ states.tasmota_ds18b20_temperature.state }} C ja tallin sisälämpö: {{ states.sensor.tasmota_si7021_temperature.state }} C. Kello: {{ states.sensor.time.state }}",
"data": {
"subtitle": "Tallin ovi auki!"
}
}
This notify give email like this: Tallin ovi on auki! Ulkolämpö: {{ states.tasmota_ds18b20_temperature.state }} C ja tallin sisälämpö: {{ states.sensor.tasmota_si7021_temperature.state }} C. Kello: {{ states.sensor.time.state }}
Problem is email notify not give any sensor data anymore on email message. I use that upper code inside Node-Red → Action node and that worked many years without problems. Any hints/tips how i get that back to working