#Problem using decuttering-card with auto-entites
1 messages · Page 1 of 1 (latest)
I have a card define as is :
`type: custom:decluttering-card
template: bar-card-percent-higherbetter-step20
variables:
- column: 1
- entity_inc:
- sensor.gnd_office_window_left_battery
- sensor.gnd_office_window_right_battery
- entity_exc: []`
and a part of the decutering card :
bar-card-percent-higherbetter-step20: element: type: custom:auto-entities card: type: custom:bar-card title_position: inside height: 38 card_mod: null positions: icon: inside indicator: inside name: inside value: inside show_icon: true align: split columns: '[[column]]' max: 100 unit_of_measurement: '%' ... filter: exclude: '[[entity_exc]]' include: '[[entity_inc]]'
Problem using decuttering-card with auto-entites
my problem is how can I pass multiple entities to my decuttering so that auto-entities can handle them ?