From 43b4c747e57968c91626b18fd1d3e24ba113626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 14 Apr 2026 13:14:25 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/whatsapp=5Fbridge=5Fintegra?= =?UTF-8?q?tion/services.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../whatsapp_bridge_integration/services.yaml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 custom_components/whatsapp_bridge_integration/services.yaml diff --git a/custom_components/whatsapp_bridge_integration/services.yaml b/custom_components/whatsapp_bridge_integration/services.yaml new file mode 100644 index 0000000..f741be9 --- /dev/null +++ b/custom_components/whatsapp_bridge_integration/services.yaml @@ -0,0 +1,30 @@ +send_message: + name: Send Message + description: Sends a WhatsApp message via the Bahmcloud Bridge. + fields: + account: + name: Account Profile + description: The name of a saved profile (e.g., Max). Leave empty if using a manual number. + example: "Max" + selector: + text: + number: + name: Manual Number + description: "Direct phone number (Format: 491701234567). Overwrites the Account field." + example: "491701234567" + selector: + text: + message: + name: Message + description: The content of your WhatsApp message. + required: true + example: "The garage door is open!" + selector: + text: + multiline: true + all_accounts: + name: Send to All + description: If enabled, the message is sent to all registered profiles. + default: false + selector: + boolean: \ No newline at end of file