Hello. I was trying out the 'Complete' action for shopping list, triggered by Voice Assist. Everything works except for the capitalization. The shopping list capitalizes the first letter (e.g. Burritos), but the wildcard from voice input is all lowercase (e.g. burritos). I manually plugged in the capitalized version and it worked as desired. Is there a way to either make the 'Complete' action case-insensitive or to manipulate the input string to be capitalized?
Input: {item}
Passed to shopping list: {{ trigger.slots.item }}