Todo List card without "Add item"

Hi,

for automation generated todo lists, it doesn’t make sense to have the “Add item” field on top. So I want to have a card which just shows the open items with a check box to mark them done. Basically an almost read only todo list.

Kind regards
Klaus

Also interested in this one.

  - type: todo-list
    entity: todo.home
    card_mod:
      style: |
        div.addRow {
          display: none;
        }