{
  "name": "Turn on a light to a specific color on any update in GitHub repository",
  "nodes": [
    {
      "id": "161c2837-6a3c-4492-93d0-c094b8788362",
      "name": "On any update in repository",
      "type": "n8n-nodes-base.githubTrigger",
      "position": [
        620,
        520
      ]
    },
    {
      "id": "2703e869-60e0-4906-9fd2-35a5e54aae1f",
      "name": "Turn a light red",
      "type": "n8n-nodes-base.homeAssistant",
      "position": [
        840,
        520
      ]
    },
    {
      "id": "bbbd01eb-9409-414e-bc85-c615add05580",
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        420
      ],
      "parameters": {
        "width": 378,
        "height": 351,
        "content": "## Turn on a light to a specific color on any update in GitHub repository\nThis workflow turns a light red when an update is made to a GitHub repository. By default, updates include pull requests, issu"
      }
    },
    {
      "id": "33dfde3b-a4b5-468d-8d13-9d3577563f9b",
      "name": "Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        700
      ],
      "parameters": {
        "width": 315,
        "height": 248,
        "content": "### Configure light here\nIt is likely the name of the light that you want to turn a specific colour is not called `light.lamp`. In which case, please head to your Home Assistant instance and find the "
      }
    }
  ],
  "connections": {
    "On any update in repository": {
      "main": [
        [
          {
            "node": "Turn a light red",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}