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

Temp/State labels cannot be hidden #189

Closed
smugleafdev opened this issue Dec 6, 2020 · 1 comment
Closed

Temp/State labels cannot be hidden #189

smugleafdev opened this issue Dec 6, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@smugleafdev
Copy link

smugleafdev commented Dec 6, 2020

The temp and state labels cannot be hidden while leaving their values visible.

Example empty label

A followup problem is that currently, if the temp label was hidden, it wouldn't be clear to the user what it represents (state is happy to not have a label though; it's pretty clear what "Idle - Home" or "Heating - Away" means). The default HA thermostat card solves this issue by having the two numbers stacked, and the set temp much smaller, at the cost of making the entire card much larger.

Maybe ditching the labels and putting the current temp on the same line as the state would be a simple solution?

Example solution

I think this solution would leave ample space for including the preset state for this issue

@nervetattoo nervetattoo added the enhancement New feature or request label Mar 31, 2021
@nervetattoo
Copy link
Owner

You can do both these things in 2.x by doing:

layout:
  sensors:
    labels: false
    type: list

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

No branches or pull requests

2 participants