Dedicated Home Assistant Shopping List App

https://sh.itjust.works/post/9667967

Dedicated Home Assistant Shopping List App - sh.itjust.works

I really like Home Assistant’s integrated shopping list, especially with the recently added wake word detection for voice control. However, it can be a bit clunky to go find it within the companion app when you’re shopping. So to get it to pass the wife test, I created a separate standalone app!

Good timing because the shopping list card stopped working for me in 2023.11. This could be a good stopgap.
Per the release notes for 2023.11, Shopping Lists have become To-Do Lists and the card has been renamed to To-Do List Card.
2023.11 To-do: Add release title

Introducing a brand new to-do entity type and use it locally with Todoist or Google Tasks. Matter 1.2 is here! New conditions for the conditional card to tailor your dashboards, select custom date ...

Home Assistant
Dude thank you! I was totally not figuring that out on my own!
You’re welcome. Pretty cool features with to-do lists now, and the conditional card got some nice updates as well.
I tried looking for it but could not find any to-do list card. Do you have a link?
It’s a built-in card, as of 2023.11. On my instance, it’s listed below the Vertical Stack card.
Hmm, I use yaml mode.
card: type: todo-list entity: todo.low_batteries title: Low Batteries
Thanks! They really need to update the docs!
That worked! You saved me!
Happy to help!
I submitted an issue on the docs page too. Hopefully they will fix it.