From f7240b4eb36a0712f476f2af389053856f4266b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 14 Apr 2026 12:35:23 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0340c..ff87da0 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,33 @@ You can call the service directly in your automations: action: whatsapp_bridge_integration.send_message data: number: "491701234567" - message: "The washing machine is finished! 🧺" \ No newline at end of file + message: "The washing machine is finished! 🧺" +``` + +### Use in Node-RED +Add a Call Service (or Action) node. + +Domain: whatsapp_bridge_integration + +Service: send_message + +Data: + +```JSON +{ + "number": "491701234567", + "message": "{{payload}}" +} +``` + +## 👥 Multi-Account Support (Coming Soon) +We are currently working on a UI-based configuration flow so you can save "Account Aliases" (like "Dad", "Work", "Security") and select them from a dropdown menu without typing the phone number every time. + +##⚠️ Important Notes +Phone Numbers: Always use the international format without + or 00 (e.g., 49... for Germany). + +Local Network: The integration communicates locally with the Add-on on port 3000. + +Developed by Bahmcloud + +--- \ No newline at end of file