custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
GNU General Public License v3.0
198 stars 23 forks source link

Unused entities list empty #17

Closed gw1gw1 closed 4 years ago

gw1gw1 commented 4 years ago

Hi,

me again :). After playing a bit with the card I noticed that my Unused entities list was no longer shown. After some testing I realised that as soon as I use "include" or "exclude" the list became empty

title: 'Temperature & Humidity'
type: custom:flex-table-card
css:
  table+: "border: 20px solid white; border-collapse: collapse;"
  thead+: "font-size: x-large; color: #44739e"
  td+: "height: 28px;"
  tbody tr:nth-child(even): "background-color: #F5F5F5;"
entities:
  include:
    - sensor.0x00158d00032316c2_temperature
    - sensor.0x00158d000346476a_temperature
    - sensor.0x00158d0002b54177_temperature
    - sensor.0x00158d0002b5b640_temperature
    - sensor.0x00158d0002b5419e_temperature
    - sensor.0x00158d0002b51986_temperature
    - sensor.0x00158d0002b54160_temperature
columns:
  - attr: friendly_name
    icon: mdi:home-variant-outline
  - attr: temperature
    suffix: °C
    icon: mdi:thermometer
    align: right
  - attr: humidity
    icon: mdi:water-percent
    suffix: '%'
    align: right
daringer commented 4 years ago

hey hey, yes I have to admit this is a known bug, see #5 ... honestly I did not yet find out why this is really happening and how to get around it, if you have any ideas or hints please integrate them into #5, I will close this one to keep things clean...