Thiago Bucca

Results 3 comments of Thiago Bucca

> @antonio1475 can you share please how you managed to add a second column in ui minimalist (like the one in Comedor & Habitacion card), this is something i tried...

You can edit the card_room template and make something like this: Line 16: ``` if (variables.label_use_temperature && variables.temperature_entity) { return (states[`${variables.temperature_entity}`].state) + ('°C'); ``` and in your dashboard: ``` variables:...

it's not working for me neither. i've the same need.