Set 'Category' of item via text files

When defining Items via PaperUI you can set Category. This defines what icon is being used.
Is it possible to do the same when defining items via text-files?

Hi,

as I understand it, the “category” in PaperUI indicates the icon used in your sitemap.
In a text based config file, you would put this into like this:

Number Aussentemperatur
    "Außentemperatur [%.1f °C]"
    <temperature>                            
    (gTemperaturen, gAussen)
    [ "CurrentTemperature" ]
    { channel="homematic:HM-WDS10-TH-O:ccu2:MEQxxx:1#TEMPERATURE" }

In this example, will be the icon used. Hope that helps :slight_smile:

Cheers,
Marianne

Oh yes of course, you set that by <icon>
Hmm, time to go to bed :sleeping:

1 Like