I finally updated Home Assistant from a 2022 version to the latest 2025 version, and now I’m finding that all of my Node Red “action nodes” that turn on lights no longer work if parameters are being passed via msg.payload. Can somebody please show me how to fix the flow so that the light.turn_on node works. Once I understand what broke I should be able to fix the others. This is what I’m passing in a Change Node: {
“data”: {
“color_name”: “red”,
“brightness_pct”: 50,
“transition”: 5
}
}
And this is the data in the Action Node.
{{msg.payload}}