Open ildar170975 opened 1 year ago
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
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!
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.