would be great if we could do:
badges:
- entity: sensor.batterijen
visibility:
- condition: numeric_state
entity: this.entity #(or config.entity)
above: 0
in stead of the current
badges:
- entity: sensor.batterijen_samenvatting
visibility:
- condition: numeric_state
entity: sensor.batterijen_samenvatting
above: 0
(or even more complex, use a state-filter config)
where we have to repeat the config entity verbosely