Nabu Casa best way to start node red sequence

I followed the tutorial created by @mbonani -> https://bonani.tech/how-to-trigger-a-node-red-flow-from-the-home-assistant-ui/. Then I looked into using IFTTT to call a service when a google home command is triggered (more info here: https://www.juanmtech.com/integrate-google-assistant-with-home-assistant-cloud/)

@jaron I’ve done it multiple ways. You have a few options. In this one I just created an input_boolean, then went into Google Home app and set the routine to turn on the input_boolean as they will show in google home app. Then in Node Red just set the trigger to when the input_boolean turns on. At the end of the flow I turn the input_boolean back to off.

[{"id":"6c789af2.056ce4","type":"trigger-state","z":"b8c28a04.5e92f8","name":"mbtv_trig_input","server":"53a8fc13.2b2ef4","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"input_boolean.master_bed_tv_change_input","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"id":"fl9ikijjktp","targetType":"this_entity","targetValue":"","propertyType":"property","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on"}],"constraintsmustmatch":"all","outputs":3,"customoutputs":[{"outputId":"vwa17378r5t","messageType":"payload","messageValue":"true","messageValueType":"bool","comparatorPropertyType":"property","comparatorPropertyValue":"new_state.state","comparatorType":"is","comparatorValue":"on"}],"outputinitially":false,"state_type":"str","x":130,"y":80,"wires":[[],[],["db95581a.11d248"]]},{"id":"53a8fc13.2b2ef4","type":"server","z":"","name":"Home Assistant","addon":true}]