Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder #118

Open
Stephan1908 opened this issue May 28, 2021 · 1 comment
Open

Placeholder #118

Stephan1908 opened this issue May 28, 2021 · 1 comment

Comments

@Stephan1908
Copy link

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

grafik

@erratique
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants