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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature-request] devices as columns

Bluscream opened this issue · comments

I would like to have a device per row/colum and their same attributes as the opposite; kinda like this:

Device Battery Online Triggered
Device 1 50% Yes No
Device 2 20% Yes Yes
Device 3 5% No No

Or this

Name Device 1 Device 2 Device 3
Battery 50% 20% 5%
Online Yes Yes Yes
Triggered No No No

The only possible way is "One row = one entity", where each column may be filled:

  • either with state & attributes' values;
  • or with results of a JS code using data mentioned above - like "state * 100", "present last_changed as DD-MM-YY hh:mm:ss", ...;
  • or any other data - like "current date, any numbers", ...,
  • but NOT with other entities' data.

i.e. the 2nd table cannot be made.

This issue is neither a bug nor a feature request.
It's a question.
I strongly suggest you to ask similar questions in a Community (this thread, for instance) and leave Github for bugs & FRs.

you're right, i wasnt sure if its even possible. But now that you told me it isn't, it turned into a featuee request ^^

it turned into a featuee request ^^

I suggest you to change the issue's title then.