Shopping list card not working after 2023.11 update

Hi all. I have a view with just a shopping list card on it. It no longer works after 2023.11. The code is below. Has anyone figured this out yet? I see no differences in documentation for the card on the new version, but I know some changes were made to allow multiple to-do lists.

The code of the view:

title: Shopping
icon: mdi:cart-outline
panel: true
visible:
  - user: 2a6556f191a44915998a20ea2ac28057
  - user: 81d8e5c60d3a49708ab5ff7f956ac284
  - user: b78739f1b439447a9036d38a8c152be8
  - user: a4425eb8f5064e0bb63712f390023ee2
  - user: cb904806764d46bfbfb049d6e6939586
cards:
  - type: shopping-list
    title: Shopping List

I don’t know if you found the solution, but here it is in case someone else bumps into this. The ui card is now called todo-list, although it seems the documentation still has it as shopping-list. Changed that and adding the entity fixed it for me:

- type: todo-list
  entity: todo.shopping_list
  title: Shopping List
  view_layout:
    position: sidebar
1 Like