As I get from Alexa Development page you can’t access custom list at all with integrations. So I think it will not be possible unless Amazon changes this.
But I have a problem with syncing Todoist -> HA. I’ve created the webhook automation, I have the app with the WebHook url in Todoist. But when I insert an item via Todoist or Alexa it doesn’t automatically update list in HA. If i call the webhook url manually it updates HA, so I think Todoist is not calling the webhook url. How can I do?
Hey, this integration is working great for me too, thanks so much!
I have just one question, is there any way to get the shopping list card in hass to refresh when the changes are made from todoist? I can only see the changes after manually refreshing the card, but I keep this card open on one of my tablet kiosks in the entrance of our house, so it would be nice if it was always up to date.
I have alexa linked with todoist and working
Installed PYSCRIPT with HACS
Installed the integration via UI and made both options true
created the 2 .py file shopping_list_sync.py and write_file.py
Restarted HA several times but cant call pyscript.sync_shopping_list from the dev tools
Any thoughts on where I am going wrong.
I did notice the file is shopping_list_sync but the service is sync_shopping_list but neither work. Should it show up as I start to type in the dev tool.
I’m having an issue similar to @MaestroMetty, it seems that Todoist’s “Webhook callback” is not being fired when I add a new item there.
The syncronization from HA to Todoist is working fine but not from Todoist to HA.
I followed all steps of the firt post and I confirm that my app shows correctly in Todoist development page.
I also tried to manually call the webhook from curl and it works fine.
My HA version is “2021.10.3”.
@MaestroMetty , did you manage to solve your webhook issue?
Hi, did you solve your problem? I have the same problem. my webhook receives external command, script runs manually. but i think todoist is not calling my url.