diff --git a/custom_components/whatsapp_bridge_integration/services.yaml b/custom_components/whatsapp_bridge_integration/services.yaml index b31508f..30a4aa2 100644 --- a/custom_components/whatsapp_bridge_integration/services.yaml +++ b/custom_components/whatsapp_bridge_integration/services.yaml @@ -4,10 +4,15 @@ send_message: fields: recipient: name: Recipient - description: Select an account entity or type a manual number. + description: Choose a WhatsApp Account or enter a manual phone number. required: true selector: - text: {} + # Dieser Selector sucht live nach deinen angelegten Accounts + addon_entity: + integration: whatsapp_bridge_integration + domain: sensor + # Falls du eine Nummer manuell eintippen willst (YAML), bleibt das Feld offen + text: {} message: name: Message description: The content of your message.