Hide whole todo-list Card if empty

Hi,
I can’t find a way to hide the to-do card on my dashboard when all tasks are completed / or list is empty. I tried to think of a workaround in counting tasks, but I’m not deep into scripts/templates and only found a thread that says, it’s impossible.
Has anyone an idea?
Greetings

Using the Sections view:

type: todo-list
entity: todo.your_list
visibility:
  - condition: numeric_state
    entity: todo.your_list
    above: 0

wow ok, I didn’t think it was that easy. Thanks a lot

1 Like