From 265d5f5bf273ac8d32903b037f8d2f3675a5e96c Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 7 Jan 2026 01:17:35 -0500 Subject: [PATCH] Remove unused REST command configuration from n8n Discord Router in HA setup for cleaner code. --- config/packages/n8n.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/config/packages/n8n.yaml b/config/packages/n8n.yaml index 628c4982..b6dabfbf 100644 --- a/config/packages/n8n.yaml +++ b/config/packages/n8n.yaml @@ -3,21 +3,9 @@ # For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # ------------------------------------------------------------------- -# n8n Discord Router - Route HA events to Discord via JoAnnaBot +# n8n Discord Router - Route HA events to Discord # Central REST command into n8n's Discord routing webhook # ------------------------------------------------------------------- # # REST endpoint: n8n webhook /discord-router ###################################################################### - -rest_command: - send_to_discord: - url: "http://192.168.10.69:5678/webhook/discord-router" - method: POST - content_type: "application/json" - payload: > - { - "topic": "{{ topic }}", - "message": "{{ message }}" - } -