Skip to content

Commit 265d5f5

Browse files
committed
Remove unused REST command configuration from n8n Discord Router in HA setup for cleaner code.
1 parent 9bc5356 commit 265d5f5

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

config/packages/n8n.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@
33
# For more info visit https://www.vcloudinfo.com/click-here
44
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
55
# -------------------------------------------------------------------
6-
# n8n Discord Router - Route HA events to Discord via JoAnnaBot
6+
# n8n Discord Router - Route HA events to Discord
77
# Central REST command into n8n's Discord routing webhook
88
# -------------------------------------------------------------------
99
# <No related GitHub issue>
1010
# REST endpoint: n8n webhook /discord-router
1111
######################################################################
12-
13-
rest_command:
14-
send_to_discord:
15-
url: "http://192.168.10.69:5678/webhook/discord-router"
16-
method: POST
17-
content_type: "application/json"
18-
payload: >
19-
{
20-
"topic": "{{ topic }}",
21-
"message": "{{ message }}"
22-
}
23-

0 commit comments

Comments
 (0)