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

Object Name false not working v4.0.0 #131

Closed
bgrr74 opened this issue Nov 5, 2020 · 2 comments
Closed

Object Name false not working v4.0.0 #131

bgrr74 opened this issue Nov 5, 2020 · 2 comments

Comments

@bgrr74
Copy link

bgrr74 commented Nov 5, 2020

Hi

After updating to V4.0.0 i noticed that name: false is no longer working to hide the name.
Changing the name is working but setting it to false does not work anymore.

I switched back to v3.5.1 and name: false is working again

entities:
  - entities:
      - entity: light.woonkamer_eettafel
      - entity: light.woonkamer_leeslamp
    entity: light.woonkamer_leeslamp
    icon: 'mdi:home'
    name: false
    show_state: false
    type: 'custom:multiple-entity-row'
type: entities

screenshot

@benct
Copy link
Owner

benct commented Nov 6, 2020

HA's generic entity row element now handles that part of the row and unfortunately does not support false. Actually, if you look at the readme, this should not have been supported pre version 4 either, but worked kinda by accident.

However, if you want to hide the name you should be able to use name: ' '

@kevincaradant
Copy link

Hi

Is there a way to have less spaces between the icon and text? I hidded the text using name:' ' but I lose a lot of space :/
image

Thank you

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

3 participants