Open ildar170975 opened 4 years ago
Seems that "decimal" property doesn't affect if "complementary: true". For 2 bars same "decimal: 3" property is specified.
type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name: Free RAM (complementary) complementary: true decimal: '3' color: green - entity: sensor.memory_use_percent name: Used RAM complementary: false decimal: '3' color: red
Seems that "decimal" property doesn't affect if "complementary: true". For 2 bars same "decimal: 3" property is specified.