looking for some pointers. I am trying to create an automation that would run after voice commands are issued.
Baically I want to retain the home assistant processing intent to turn of a light or change the state of any device in the system as it currently does, but what that action is complete I want an automation to run. The problem I am having is figuring out how to trigger an automation after intent has been registered and some action taken as I cannot find a way to get events from the voice assistant pipeline. Is this possible?
I have looked through previous chats and found a few that were sort of similar but the solutions did not quite get me there as I would need to get the stt value "basement light 50 percent" when the automation runs.
The automation itself would need to trigger once the voice intent starts and another would need to trigger once to action or voice pipeline completes.