uid: CaddxFaultedCard tags: [] props: parameters: - description: partitionPrefix label: partitionPrefix name: partitionPrefix required: false type: TEXT parameterGroups: [] timestamp: Apr 28, 2021, 1:40:49 PM component: oh-list-card config: title: Zones Faulted slots: default: - component: oh-repeater config: fragment: true for: item sourceType: itemsInGroup groupItem: =(props.partitionPrefix) + '_Zones' slots: default: - component: oh-label-item config: visible: =items[loop.item.name].state == "OPEN" title: =loop.item.label item: =loop.item.name color: '=(items[loop.item.name].state == "ON") ? "red" : "gray"'