rogro82 / hass-variables

Home Assistant variables component
236 stars 59 forks source link

TextField IFTTT #36

Closed JeedHome44 closed 4 years ago

JeedHome44 commented 4 years ago

Hi,

I want to use variable in Hassio to receive a TextField to IFTTT with an Applet with Google Assistant in Trigger with text ingredient ($).

I write this in Body in IFTTT:

{ "action": "call_service", "service": "var.set", "entity_id": "var.tts_bureau", "tts_bureau": "{{TextField}}" }

And I write this in Automatisation in Hassio:

Thank you for your help