mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-13 18:33:20 +00:00
Update HA version to 2025.12.2 - N8N Testing.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2025.12.1
|
2025.12.2
|
||||||
23
config/packages/n8n.yaml
Normal file
23
config/packages/n8n.yaml
Normal file
@@ -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
|
||||||
|
# -------------------------------------------------------------------
|
||||||
|
# <No related GitHub issue>
|
||||||
|
# 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 }}"
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user