OH3: Cannot make a list item not visible

OH 3.0.1.

I want to hide an item when displayed in a list.

I have tried

value: " "
config:
  visible: "false"

and

value: oh-label-item
config:
  visible: "false"

as Default List Item Widget.

But it is still displayed in lists (together with the other points of this equipment).

What am I doing wrong?

Thanks!

Hi, it´s currently a bug, change to:

value: " "
config:
  visible: false

no quotation marks at visible and it should work

1 Like

Very cool, thank you!