I can’t google this because it changes to an apostrophe in my google search!
It changes to ampersand pound 39 semicolon, in case my title got changed too…
I have a notification in Node-Red to let me know when my wife has entered or left a zone. One of the zone’s is her parents, so it is named “Mary’s Parents.” However, when the notification pushes to my phone, it comes out “Mary’s Parents.”
Anyone have a way to fix this? It is pulling from data.old_state.state
{
"title": "Location Alert",
"message": "Mary left {{ data.old_state.state }}.",
"data": {
"push": {
"sound": {
"name": "default",
"critical": 0,
"volume": 1
}
}
}
}