component: oh-cell config: on: true title: Lights via List slots: default: - component: f7-list config: style: --f7-list-index-font-size: 1px --f7-list-index-item-height: 1px --f7-navbar-bg-color: white --f7-navbar-border-color: white --f7-navbar-font-size: 0px --f7-navbar-height: 0px --f7-navbar-link-color: black --f7-navbar-text-color: black z-index: 0 virtualList: true slots: default: - component: oh-list-item config: icon: f7:lightbulb iconColor: '=(items.LoungeRoom_Switch.state === "ON") ? "null" : "gray"' iconUsesState: true title: Lounge Lights action: popup actionModal: widget:ak_universal_switch_widget_v1 actionModalConfig: switchItem: LoungeRoom_Switch dimmerItem: LoungeRoom_Brightness colorItem: LoungeRoom_Color tempItem: LoungeRoom_ColorTemperature header1: Lounge Lights closePopup: true - component: oh-list-item config: icon: f7:lightbulb iconColor: '=(items.RileyRoom_Switch.state === "ON") ? "null" : "gray"' iconUsesState: true title: Riley Lights action: popup actionModal: widget:ak_universal_switch_widget_v1 actionModalConfig: switchItem: RileyRoom_Switch dimmerItem: RileyRoom_Brightness colorItem: RileyRoom_Color tempItem: RileyRoom_ColorTemperature header1: Riley Lights closePopup: true - component: oh-list-item config: icon: f7:lightbulb iconColor: '=(items.EthanRoom_Switch.state === "ON") ? "null" : "gray"' iconUsesState: true title: Ethan Lights action: popup actionModal: widget:ak_universal_switch_widget_v1 actionModalConfig: switchItem: EthanRoom_Switch dimmerItem: EthanRoom_Brightness colorItem: EthanRoom_Color tempItem: EthanRoom_ColorTemperature header1: Ethan Lights closePopup: true