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

timestamp sensors format #47

Closed
R5fan opened this issue Feb 22, 2020 · 1 comment
Closed

timestamp sensors format #47

R5fan opened this issue Feb 22, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@R5fan
Copy link

R5fan commented Feb 22, 2020

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.

@benct benct added the duplicate This issue or pull request already exists label Feb 25, 2020
@benct
Copy link
Owner

benct commented Feb 25, 2020

No, timestamps/formatting is not supported yet. Duplicate of #43.

@benct benct closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants