Competitive custom intents

I have written my own intents in a custom_sentences yaml with some of them around “turn on” and “turn off”. Little surprising they never trigger as they all get caught in the HASS intents.
Is there any way to change the priority? I want to to turn and off things that are NOT in home assistant (like “movie time” for instance) and should be handled in my external software via RestAPI.

Is the only way to change the intens to be out of “HASS_TurnOn” scope?

Your own intents are always the highest priority.
You can show the code of your custom sentences, then it will be possible to understand the reason of incorrect behavior.

unable to reproduce anymore. Seems to be working as described above.