so trying to send a text from node-red to a home assistant script without success.
home-assistant script:
mycroft_tts_general:
alias: 'tts picroft_general'
sequence:
- service: notify.pycroft_tts
data_template:
message: '{{ trigger.payload }}'
call service in node-red:
what is wrong with my setup?