I use the log service for this. Then it shows up in you HA log with everything else.
[{"id":"ed70754a.05e94","type":"inject","z":"84b1cc62.4053","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":260,"y":3080,"wires":[["ba40d028.d6404"]]},{"id":"ba40d028.d6404","type":"template","z":"84b1cc62.4053","name":"Logbook Formatting","field":"payload","fieldType":"msg","format":"json","syntax":"mustache","template":"{\n \"data\":{\n \"name\":\"Node Red Flow\",\n \"message\": \"has been triggered\",\n \"entity_id\": \"automation.fake\",\n \"domain\": \"automation\"\n } \n}\n\n","output":"json","x":280,"y":3160,"wires":[["8764fd35.c6022"]]},{"id":"8764fd35.c6022","type":"api-call-service","z":"84b1cc62.4053","name":"Write to Logbook","server":"22e46917.4b888e","version":1,"debugenabled":false,"service_domain":"logbook","service":"log","entityId":"","data":"{}","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":270,"y":3220,"wires":[[]]},{"id":"22e46917.4b888e","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
You can always go the route of updating a fake sensor you create too if you want to have it in the UI.