-
Notifications
You must be signed in to change notification settings - Fork 26
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
use different states in different columns #134
Comments
How-to questions are typically handled elsewhere... The answer to your question is here. As of the latest release, you can use scripts in addition to templates. You can repeat the block to add more rows, while a more dynamic solution would involve adding some looping logic. Here's a simple case:
|
I should point out that the script version will not refresh since no entities are being monitored for state changed events. So if the table is to be left up for any period of time, the template approach is the better solution. Note that these steps to prepare your data for display allow you to combine entity state and attributes in the same table as shown below, which is not possible by using the entities directly. From
The
|
is it possible to use states from different sensors in different columns:
entities:
columns:
name: water
name: soup
regards Allan
The text was updated successfully, but these errors were encountered: