I have a kiosk type display with the basic todo-list. No one can click on anything, so the Add Item input box is a waste of space. I tried cardmod to remove it and failed, and I tried to find the item in the page info and source, but if it is there, it is beyond my skill to find it.
I would think this code would be close and I just have the wrong item name.
- type: todo-list
entity: todo.KidP
title: P
view_layout:
position: b
card_mod:
style: |
ha-card.type-todo-list .addRow {
display: none;
}