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