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?