{
  "name": "Home Assistant event triggering with AppDaemon Webhooks",
  "nodes": [
    {
      "id": "2c448b0c-acba-415b-854e-6413e0070d51",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -784,
        -48
      ],
      "parameters": {
        "width": 1024,
        "height": 1664,
        "content": "## Triggering N8N from Home Assistant using AppDaemon\n\n\n\n\n\n\n\n\n\n\nThere is no N8N node or API endpoint in Home Assistant that allows a workflow to be triggered on an event in Home Assistant.\nA workaroun"
      }
    },
    {
      "id": "a2c5ad96-0547-415d-8276-f2a95dbf1b60",
      "name": "Home Assistant Event Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        96,
        -32
      ]
    },
    {
      "id": "b5055ca1-817f-4e15-81ad-0dc995b43b4c",
      "name": "Process data from webhook",
      "type": "n8n-nodes-base.noOp",
      "position": [
        400,
        -32
      ]
    },
    {
      "id": "935d2974-1a08-42da-8fe4-231905921e4a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -64
      ],
      "parameters": {
        "width": 448,
        "height": 384,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Continue the workflow as needed\n"
      }
    }
  ],
  "connections": {
    "Home Assistant Event Trigger": {
      "main": [
        [
          {
            "node": "Process data from webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}