You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_topics/templating.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ Home Assistant adds extensions to allow templates to access all of the current s
81
81
- Filter `timestamp_local` will convert an UNIX timestamp to local time/data.
82
82
- Filter `timestamp_utc` will convert an UNIX timestamp to UTC time/data.
83
83
- 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).
84
+
- Filter `max` will obtain the larget item in a sequence.
85
+
- Filter `min` will obtain the smallest item in a sequence.
0 commit comments