We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If last-changed or last-updated are selected for secondary_info, it is not displayed if hide_unavailable: true set. The code:
last-changed
last-updated
secondary_info
hide_unavailable: true
- 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
The text was updated successfully, but these errors were encountered:
Tried to fix this in version 4.5.0, let me know if it works as expected.
4.5.0
Sorry, something went wrong.
@benct Fixed, thank you a lot!
No branches or pull requests
If
last-changed
orlast-updated
are selected forsecondary_info
, it is not displayed ifhide_unavailable: true
set.The code:
The text was updated successfully, but these errors were encountered: