component: oh-cell config: title: Alarm slots: background: - component: f7-block config: bgColor: none style: height: 40% left: 0% position: absolute top: 60% width: 100% slots: default: - component: oh-button config: popupOpen: .paradox-pop-test style: height: 100% width: 100% text: OPEN - component: f7-popup config: class: paradox-pop-test style: --f7-popup-tablet-height: 720px --f7-popup-tablet-width: 360px background-color: rgb(220,220,220) border-radius: 30px height: 720px text-overflow: ellipsis width: 360px slots: default: - component: widget:Paradox_EVO_V2e1 config: partitionsGroup: Partitions_Group popupClose: .paradox-pop-test selectedPartition: =["Partition1"] tooltipEnable: true header: - component: f7-list config: mediaList: true slots: default: - component: f7-list-item config: title: Alarm PARADOX slots: title: - component: f7-chip config: color: '=(items.Partition1_PartitionState.state === "Armed") ? "red" : "green"' text: 1 - component: f7-chip config: color: '=(items.Partition2_PartitionState.state === "Armed") ? "red" : "green"' text: 2 - component: f7-chip config: color: '=(items.Partition3_PartitionState.state === "Armed") ? "red" : "green"' text: 3 - component: f7-chip config: color: '=(items.Partition4_PartitionState.state === "Armed") ? "red" : "green"' text: 4