We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd26868 commit 77bf711Copy full SHA for 77bf711
source/_docs/configuration/templating.markdown
@@ -74,7 +74,7 @@ Home Assistant adds extensions to allow templates to access all of the current s
74
- `is_state_attr('device_tracker.paulus', 'battery', 40)` will test if the given entity is specified state.
75
- `now()` will be rendered as current time in your time zone.
76
- `utcnow()` will be rendered as UTC time.
77
-- `as_timestamp` will convert datetime object or string to UNIX timestamp
+- `as_timestamp()` will convert datetime object or string to UNIX timestamp
78
- `distance()` will measure the distance in meters between home, entity, coordinates.
79
- `closest()` will find the closest entity.
80
- `relative_time(timestamp)` will format the date time as relative time vs now (ie 7 seconds)
0 commit comments