mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
document min/max jinja filters (#1977)
This commit is contained in:
parent
2d9a7e8b8d
commit
7b9a54f77f
@ -81,6 +81,8 @@ Home Assistant adds extensions to allow templates to access all of the current s
|
||||
- Filter `timestamp_local` will convert an UNIX timestamp to local time/data.
|
||||
- Filter `timestamp_utc` will convert an UNIX timestamp to UTC time/data.
|
||||
- Filter `timestamp_custom(format_string, local_boolean)` will convert an UNIX timestamp to a custom format, the use of a local timestamp is default, supporting [Python format options](https://docs.python.org/3/library/time.html#time.strftime).
|
||||
- Filter `max` will obtain the larget item in a sequence.
|
||||
- Filter `min` will obtain the smallest item in a sequence.
|
||||
|
||||
[strp-format]: https://docs.python.org/3.4/library/datetime.html#strftime-and-strptime-behavior
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user