banner-card
banner-card copied to clipboard
Placeholder
is it possible to insert a placeholder, ie an empty "tile"?
@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.