We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
last-changed
Currently we can easily set last-changed as secondary_info, but we cannot set last_changed parameter in entities list.
secondary_info
last_changed
entities: - type: 'custom:multiple-entity-row' entity: binary_sensor.0x00158d00034d6c68_contact entities: - attribute: last_changed
Because there's not such attribute, last_changed is entity state attribute.
Feature request: add possibility to access entity state attributes, like last_changed and last_updated.
EDIT:
It could also be solved with #35 but I can see points in that issue.
For this case imagine using "motion sensor" as an entity which can display info like this:
[ ] Office windows [opened] [8 minutes ago] ^ entity name ^ state ^ last-changed
Would be so nice to read!
The text was updated successfully, but these errors were encountered:
I would also love to see this implemented. Thanks
Sorry, something went wrong.
Support last-changed and last-updated states on all entities (#101)
e4c6cbe
Support added in version 4.4.0. Use attribute: last-changed or attribute: last-updated.
4.4.0
attribute: last-changed
attribute: last-updated
Thanks a lot!
No branches or pull requests
Currently we can easily set
last-changed
assecondary_info
, but we cannot setlast_changed
parameter in entities list.Because there's not such attribute,
last_changed
is entity state attribute.Feature request: add possibility to access entity state attributes, like last_changed and last_updated.
EDIT:
It could also be solved with #35 but I can see points in that issue.
For this case imagine using "motion sensor" as an entity which can display info like this:
Would be so nice to read!
The text was updated successfully, but these errors were encountered: