Skip to content

YamlSlotText

olialb edited this page Jun 8, 2026 · 1 revision

ohItem slot type text

The text type shows the state of an openHAB item as text. The state can not be changed!!

Example:

    ...
    slots:
      - class: ohItem
        type: text                #lovelace ui field type
        text: Receiver            #shown as text
        item: String_Yamaha_Input #openHAB String Item
        icon: \ueec4 #remote icon
        iconColor: orange
        options: TUNER=Radio,PHONO=Plattenspieler,AV2=vu2+

In cardEntities: image

Clone this wiki locally