banner-card icon indicating copy to clipboard operation
banner-card copied to clipboard

Placeholder

Open Stephan1908 opened this issue 3 years ago • 1 comments

is it possible to insert a placeholder, ie an empty "tile"?

grafik

Stephan1908 avatar May 28 '21 07:05 Stephan1908

@Stephan1908,

I solved this by adding the following code at the place you want the placeholder:

  • entity: binary_sensor.samsung_tv_on_off name: null map_state: 'off': ' ' 'on': ' '

just make sure the binary sensor exists.

erratique avatar Sep 13 '21 11:09 erratique