resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 277 forks source link

How can put a MDI icon in state or title? #850

Open ouhaiorg opened 1 year ago

ouhaiorg commented 1 year ago

a temperature sensor tile,want show humidity value in state,how can put a MDI icon before humidity value in state?

robjanssen1984 commented 1 year ago

What I did was to put in the title.

{ title: '----->&id<-----.attributes.start_time', icon: 'mdi-av-timer', },

schermafdruk

ouhaiorg commented 1 year ago

This is a TEXT_LIST tile I want put a icon in other tiles(SENSOR,SWITCH,or CUSTOM)