Replies: 2 comments 7 replies
|
https://www.home-assistant.io/integrations/template/ Use a template to create entities/attributes that display what you want in whatever format you want. Then display it in FCC. |
0 replies
|
:-) And: |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I want to display information about e.g. temperature, moisture, humidity, ... in a table. And there I want to show as well how recent the data is, hence I wanted to show the last_updated information instead of the entity state.
I learned last_updated and last_changed aren't attributes, instead they are available via:
to display it properly a format string is needed (, or the system default could be used?).
or the time since the last_change / last_update could shown, similar to what HA does.
All reactions