Stéphane Bidoul (ACSONE)
7b9a54f77f
document min/max jinja filters ( #1977 )
2017-02-07 19:35:22 +01:00
ashev
7fd0b7ef89
Better to use extra brackets in template ( #1918 )
...
Current explanation is unclear. Had a problem when trying to convert pressure in mb to pressure in mm according to example: {{ states.sensor.pws_pressure_mb.state | float * 0.720064 | round(0) }}. Problem gone after correction of template to: {{ ( states.sensor.pws_pressure_mb.state | float * 0.720064 ) | round(0) }}
2017-01-30 14:34:01 +01:00
Andrew
f1ccc8ea70
Fixed error in now() usage in template
2016-12-15 21:41:22 -06:00
Daniel Høyer Iversen
c939625304
Update templating.markdown ( #1576 )
2016-12-10 23:19:37 +01:00
Paulus Schoutsen
470cc8d728
Wrap up blog post
2016-11-19 15:55:39 -08:00
codeavenger07
f5fbbf6e10
Update templating.markdown
2016-10-27 07:47:16 -04:00
David
acbcf6f426
Update templating.markdown ( #1096 )
...
now and utcnow became functions in version 0.29 of Home Assistant
2016-10-04 16:36:24 +02:00
Johan Klintberg
9beb4652c2
Unexpected ')' in example. ( #938 )
2016-09-13 22:49:18 -07:00
Fabian Affolter
484562dc50
Merge branch 'current' into next
2016-09-11 00:04:13 +02:00
Pascal Vizeli
e3be1e1f23
Update templating.markdown
2016-09-10 23:30:38 +02:00
Lewis Juggins
91478d8dab
Documentation for timestamp_custom ( #911 )
2016-09-10 14:13:48 +02:00
Johan Klintberg
9769bd5f08
Example of usage of square bracket notation ( #908 )
...
Shows example how to extract values from a key that normally isn't allowed in dot notation.
2016-09-07 21:09:56 +02:00
Paulus Schoutsen
5f1b5997da
Upgrade ruby/jekyll/style
2016-08-22 01:01:17 -07:00
Paulus Schoutsen
5d43377f7e
Update templating.markdown
2016-08-18 13:04:11 -07:00
Fabian Affolter
24d3f6adaa
Add details about math, comparision, and logic ( #749 )
2016-08-08 08:52:35 -07:00
Fabian Affolter
d9c0c2f9c3
Add timestamp filters
2016-07-23 09:48:35 +02:00
Fabian Affolter
011c8972b3
Add more samples
2016-07-22 10:38:04 +02:00
Paulus Schoutsen
1f29e6b9e0
Add 0.20 blog post
2016-05-21 14:58:03 -07:00
Paulus Schoutsen
53472d530e
Add 0.19 blog post
2016-05-07 12:40:16 -07:00
Paulus Schoutsen
1cdc65f301
Update advanced topics templating + zwave
2016-03-24 09:01:55 -07:00
Paulus Schoutsen
6dc004875c
Move templates to new topics section
2016-03-12 16:03:57 -08:00