mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Fix timestamp_custom example (#20739)
This commit is contained in:
parent
68b7e69d1c
commit
c8dda7478f
@ -691,7 +691,7 @@ The following overview contains a couple of options to get the needed values:
|
||||
# Timestamps
|
||||
{{ value_json.tst | timestamp_local }}
|
||||
{{ value_json.tst | timestamp_utc }}
|
||||
{{ value_json.tst | timestamp_custom('%Y' True) }}
|
||||
{{ value_json.tst | timestamp_custom('%Y', True) }}
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user