Hey Guys,
I want to create my first tileboard.
i faced the problem i want to show different logos depending on the status.
wenn the status is true the logo will be displayed but on false it not here where is my problem ?
{
position: [0, 2],
type: TYPES.SWITCH,
id: 'eigene.0.Heizungsstatus',
title: 'Heizung',
subtitle: ' ',
states: {
true: "AN",
false: "AUS"
},
icons: {
true: "mdi-radiator",
false: "mdi-radiator-off",
}
},