Add 0.20 blog post

This commit is contained in:
Paulus Schoutsen 2016-05-21 14:58:03 -07:00
parent 791c1657c1
commit 1f29e6b9e0
6 changed files with 102 additions and 4 deletions

View file

@ -72,6 +72,7 @@ Home Assistant adds extensions to allow templates to access all of the current s
- `as_timestamp` will convert datetime object or string to UNIX timestamp
- `distance()` will measure the distance in meters between home, entity, coordinates.
- `closest()` will find the closest entity.
- `relative_time(timestamp)` will format the date time as relative time vs now (ie 7 seconds)
## {% linkable_title Examples %}