Automation with location notifications

As I don’t see the notification I thought I’d create a test Routine. The notification has a friend …

I also note that the test Routine includes a notification I didn’t put there …

                    {
                        "notification": {
                            "custom": {
                                "recipients": [
                                    XXXX
                                ],
                                "message": {
                                    "x.com.samsung.code": "MO_PHONE_VXXXX",
                                    "x.com.samsung.data": {
                                        "et": "rule.executed",
                                        "rep": {
                                            "gid": "#{rule.gid}",
                                            "rname": "#{rule.n}"
                                        },
                                        "rt": "x.com.samsung.rule"
                                    },
                                    "x.com.samsung.params": [
                                        {
                                            "n": "%1$s",
                                            "value": "#{rule.n}"
                                        }
                                    ],
                                    "x.org.iotivity.ns.datetime": "#{datetime.yyyy-MM-dd HH:mm:ss}",
                                    "x.org.iotivity.ns.messageid": 1,
                                    "x.org.iotivity.ns.providerid": "#{rule.id}",
                                    "x.org.iotivity.ns.source": "/x.com.samsung/rules/#{rule.id}",
                                    "x.org.iotivity.ns.type": 3
                                },
                                "recipientType": "DEVICE"
                            },
                            "type": "custom"
                        },
                        "type": "notification"
                    }

So it looks like the Routine itself is the source.