This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/gargahcerk on 2024-10-20 14:56:49+00:00.


Hi, I have found a solution for filling my lists via Alexa. This is how I do it: I use Alexa Actions () so that Alexa asks me about the new tasks/items. Then I send my answer to chatGPT with openai conversation.process ( ) and let it form a list in the form [item1,item2,…]. I then iterate over this in HA Automation and send the tasks to Todoist via the Todoist integration. For example: Me: Alexa, shopping list Alexa: What should I write down? Me: Well, I think I still need potatoes and maybe 7 cans of Coke. Alexa: okay, I’ve written down potatoes and 7 cans of cola. Anything else? Me: yes, eggs too please. Alexa: okay, I’ve written down eggs. Anything else? Me: no/stop/nothing

I’m relatively new to Home Assistant. Is that cool? then I’d be happy to share more detailed instructions and scripts.