Google Home / Assistant with Ingredients but WITHOUT ifttt

as the topic states, can we use the google assistant component with ingredients, but without the use of IFTTT

as an example, i have setup this component :

example text :

IF : Google Assistant/Say a phrase with a text ingredient
What do you want to say? : Add $ to the grocery list
What do you want the Assistant to say in response? : Okay, adding $ to your grocery list

THEN : Webhooks/Make a web request
URL : https://thisismyhassurl.org/api/services/google_keep/add_to_list?api_password=this_is_my_hass_api_password
Method : POST
Content Type : application/json
Body : { “title”:“Grocery”, “items”:"{{TextField}}" }

but in the example, you need IFTTT, but because IFTTT is always slow with adding languages, i want it directly from HA with the GA component

1 Like

any1 an idea? how to use text ingredients like in IFTTT, but then directly from HA, without IFTTT :slight_smile:

1 Like

Same answers im looking for…