File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1- 2025.12.1
1+ 2025.12.2
Original file line number Diff line number Diff line change 1+ # #####################################################################
2+ # @CCOSTAN - Follow Me on X
3+ # For more info visit https://www.vcloudinfo.com/click-here
4+ # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
5+ # -------------------------------------------------------------------
6+ # n8n Discord Router - Route HA events to Discord via JoAnnaBot
7+ # Central REST command into n8n's Discord routing webhook
8+ # -------------------------------------------------------------------
9+ # <No related GitHub issue>
10+ # REST endpoint: n8n webhook /discord-router
11+ # #####################################################################
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+
You can’t perform that action at this time.
0 commit comments