Skip to content

Commit 8ec5173

Browse files
committed
Update HA version to 2025.12.2 - N8N Testing.
1 parent c245c1c commit 8ec5173

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

config/.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.12.1
1+
2025.12.2

config/packages/n8n.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+

0 commit comments

Comments
 (0)