From 8ec5173f4d095829ef9d0cc2f1d2081e0f0bdfa0 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 12 Dec 2025 12:38:30 -0500 Subject: [PATCH] Update HA version to 2025.12.2 - N8N Testing. --- config/.HA_VERSION | 2 +- config/packages/n8n.yaml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 config/packages/n8n.yaml diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 2ee75aaa..74e4adb6 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2025.12.1 \ No newline at end of file +2025.12.2 \ No newline at end of file diff --git a/config/packages/n8n.yaml b/config/packages/n8n.yaml new file mode 100644 index 00000000..628c4982 --- /dev/null +++ b/config/packages/n8n.yaml @@ -0,0 +1,23 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# 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 +# 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 }}" + } +