Help with HACS text-input-row plugin and service call

Hi, Looking for some help here. I’m not a programming expert, so please be gentle :slight_smile:

running HA 0.109.6
on a Pi4

I have HACS installed and I want to use the text-input-row from Github plugin to use in a card for sending messages to my BMW (car). The plugin is installed correctly and also the BMW integration works but I cannot get the text I input in the text-input-row to be send to my car.
image
Instead it sends the text input_text.announcement_text to the car.
image0

Here is my card config, I think it has something to do with the service data. How can I substitute the text from the card as the “message” to be send to my car?

title: Send a message to BMW
type: entities
entities:
  - entity: input_text.announcement_text
    name: test
    type: 'custom:text-input-row'
  - action_name: Send message now
    icon: 'mdi:email-outline'
    name: ' '
    service: notify.bmw_connected_drive_535d
    service_data:
      message: input_text.announcement_text
    type: call-service