if there are messages, they are sent to the tts service for voice output and to the mqtt service for output to a display.
i want to bundle these 2 calls in one forwarding service which just gets the text message as parameter so i only have to make one service call per automation where i want to give messages.
is this somehow possible?