Add 0.19 blog post

This commit is contained in:
Paulus Schoutsen 2016-05-07 12:40:16 -07:00
parent fa222258cd
commit 53472d530e
7 changed files with 254 additions and 2 deletions

View file

@ -69,6 +69,7 @@ Home Assistant adds extensions to allow templates to access all of the current s
- Filter `round(x)` will convert the input to a number and round it to `x` decimals.
- `now` will be rendered as current time in your time zone.
- `utcnow` will be rendered as UTC time.
- `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.