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
Consider this card:
- type: custom:bar-card severity: - from: '0' to: '0' hide: true - from: '1' to: '40' color: '#007A00' - from: '41' to: '90' color: '#EA9000' - from: '91' to: '100' color: '#C41400' entities: - entity: input_number.test_level_1
When a bar is hidden - the card still is displayed:
This may be solved by card-mod, but I would like to suggest an option: when it is set to true: -- if no bars are displayed - hide the whole card.
true
The text was updated successfully, but these errors were encountered:
I would love to see this feature. I'm currently using card-mod to do this; but, it would be much nicer to have a builtin feature!
Sorry, something went wrong.
No branches or pull requests
Consider this card:
When a bar is hidden - the card still is displayed:
This may be solved by card-mod, but I would like to suggest an option: when it is set to
true
:-- if no bars are displayed - hide the whole card.
The text was updated successfully, but these errors were encountered: