Hi guys i leave my repository ti set it up, for example : I turn on the light and the tv is On, assist will ask me if i want to lower the bilds, if i say “Ok Nabu, fine” he will low the blinds.
- Satellite asks a question.
- Depending on the question asked, a “Yes” or “No” response will trigger an action.
That works like this:
This all begins by creating two input texts; input_text.yes_no and input_text.intent_id. The first will be used to write the response, and the second provides a reference for what the response pertains to.
Next, we create a Custom Sentence and an Intent Script. In the Custom Sentence, we write affirmative phrases that are not normally used on their own like “yes”, “ok, fine”, etc. The Intent Script linked to the Custom Sentence does nothing more than write the value “Yes” on input_text.yes_no, which can be later used in Node-RED or an automation.