Hello,
So i tried following the “Custom sentences” adding from Automations, however, how do i pass a variable to it? I currently have this:
alias: Add to Shopping List Shortcut
description: “”
trigger:
- platform: conversation
command:
- “add {{ item }}”
condition:
action:- service: todo.add_item
metadata: {}
data:
item: “{{ item }}”
target:
entity_id: todo.shopping_list
mode: single
But it does not work…