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
Timestamp sensor like a doorbell will show only the long date/time format. For instance
- entity: sensor.front_door_last_activity type: 'custom:multiple-entity-row' name: Doorbell
Will output: 2020-02-20T20:02:14+00:00
Whereas regularly:
- entity: sensor.front_door_last_activity name: Doorbell
Will output: 1 day ago
Is there a way to work around this? I tried with format variable, but it seems to ignore those.
The text was updated successfully, but these errors were encountered:
No, timestamps/formatting is not supported yet. Duplicate of #43.
Sorry, something went wrong.
No branches or pull requests
Timestamp sensor like a doorbell will show only the long date/time format.
For instance
Will output: 2020-02-20T20:02:14+00:00
Whereas regularly:
Will output: 1 day ago
Is there a way to work around this? I tried with format variable, but it seems to ignore those.
The text was updated successfully, but these errors were encountered: