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

secondary_info: not displayed ALWAYS if "hide_unavailable: true" #222

Closed
ildar170975 opened this issue Dec 25, 2021 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@ildar170975
Copy link

ildar170975 commented Dec 25, 2021

If last-changed or last-updated are selected for secondary_info, it is not displayed if hide_unavailable: true set.
The code:

  - type: entities
    entities:
      - type: custom:multiple-entity-row
        entity: sun.sun
        name: "hide_unavailable: false"
        entities: &ref_entities
          - entity: sun.sun
          - entity: sun.sun
        show_state: false
        secondary_info:
          attribute: last-changed
      - type: custom:multiple-entity-row
        entity: sun.sun
        name: "hide_unavailable: true"
        entities: *ref_entities
        show_state: false
        secondary_info:
          attribute: last-changed
          hide_unavailable: true

изображение

@benct benct added the bug Something isn't working label Dec 25, 2021
@benct
Copy link
Owner

benct commented May 30, 2023

Tried to fix this in version 4.5.0, let me know if it works as expected.

@benct benct closed this as completed May 30, 2023
@ildar170975
Copy link
Author

@benct
Fixed, thank you a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants