Sure, here you go:
[
{
"id": "f08876ae.9612a8",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "81462ff.125bfd",
"type": "api-call-service",
"z": "f08876ae.9612a8",
"name": "Motion detection notification",
"server": "9eef096.9ae42f8",
"version": 1,
"debugenabled": false,
"service_domain": "notify",
"service": "mobile_app_mi_8_pro",
"entityId": "",
"data": "",
"dataType": "json",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 680,
"y": 160,
"wires": [
[]
]
},
{
"id": "9fb296ce.be4b08",
"type": "api-current-state",
"z": "f08876ae.9612a8",
"name": "Camera",
"server": "9eef096.9ae42f8",
"version": 1,
"outputs": 1,
"halt_if": "",
"halt_if_type": "str",
"halt_if_compare": "is",
"override_topic": false,
"entity_id": "camera.yihack_v4",
"state_type": "str",
"state_location": "",
"override_payload": "none",
"entity_location": "token",
"override_data": "msg",
"blockInputOverrides": false,
"x": 340,
"y": 160,
"wires": [
[
"f7811ac0.57c8e8"
]
]
},
{
"id": "f7811ac0.57c8e8",
"type": "function",
"z": "f08876ae.9612a8",
"name": "Get token",
"func": "msg.payload = \n{\n \"data\": {\n \"title\": \"Your title\",\n \"message\": \"Your message\",\n \"data\": {\n \"image\": \"https://domain.com\"+msg.token.attributes.entity_picture\n }\n }\n}\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 480,
"y": 160,
"wires": [
[
"81462ff.125bfd"
]
]
},
{
"id": "7fd94a30.560ab4",
"type": "inject",
"z": "f08876ae.9612a8",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 180,
"y": 160,
"wires": [
[
"9fb296ce.be4b08"
]
]
},
{
"id": "9eef096.9ae42f8",
"type": "server",
"z": "",
"name": "Home Assistant",
"addon": true
}
]