I’m seeing a bug when trying to use a visibleCondition of boolean type. I only see this in the detailView
. The automation views are working as expected. In the detailView
, the logic is inverted. The visibility is flipped. Using the same conditions in the automations show and hide them as desired.
detailView:
- component: main
capability: switch
version: 1
values: []
patch: []
visibleCondition:
component: main
capability: myBooleanCapability
version: 1
value: myBooleanAttribute.value
valueType: boolean
operator: EQUALS
operand: 'true'