Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-request] devices as columns #93

Open
Bluscream opened this issue Dec 16, 2022 · 3 comments
Open

[feature-request] devices as columns #93

Bluscream opened this issue Dec 16, 2022 · 3 comments

Comments

@Bluscream
Copy link

Bluscream commented Dec 16, 2022

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
@ildar170975
Copy link
Contributor

ildar170975 commented Dec 16, 2022

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.

@Bluscream
Copy link
Author

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 ^^

@ildar170975
Copy link
Contributor

it turned into a featuee request ^^

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

@Bluscream Bluscream changed the title Devices as columns [feature-request] devices as columns Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants