data:
title: It's gonna be warm today.
message: Open the windows, turn off the heaters.
data:
icon_url: /local/window_closed.png
action: notify.mobile_app_iphone_of_arsi
From looking at other threads, I thought the part that needs to go into the data field would be translated into this:
{
"message": "Open the windows, turn off the heaters.",
"title": "It's gonna be warm today.",
"data": {
"icon_url": "/local/window_closed.png"
}
}
But it doesn’t work. I’m getting the error “InputError: Invalid JSON: { “message””
You have an old set of home assistant nodes. Domain and service has been combined to create “action” as opposed to “call service”. Backup your NR addon first then the right side hamburger menu choose manage palette and update the HA nodes.
There recently has been quite a few structural changes to HA. Be aware that this can cause NR to stop working. Check your logs for warnings about using depreciated methods.
I tried using the updated HA nodes but then I noticed that the special characters “%” and “<” don’t show in HA companion app notifications, even though they did before, I think. Any idea what to do about this?