home-assistant.github.io/source/_topics
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
..
events.markdown Add events documentation 2016-03-12 22:39:10 -08:00
group_visibility.markdown Update group_visibility.markdown (#1649) 2017-01-14 11:01:49 +01:00
packages.markdown Add periods 2017-01-14 19:20:24 +01:00
platform_options.markdown No sidebar in adv. topics 2016-10-10 17:15:51 +02:00
secrets.markdown Update secrets.markdown 2016-08-25 20:33:50 +02:00
splitting_configuration.markdown change port: to broker: to reflect the configuration example above it. (#1572) 2016-12-10 23:17:29 +01:00
state_object.markdown Update state fields (#1371) 2016-10-30 19:00:25 -07:00
templating.markdown Better to use extra brackets in template (#1918) 2017-01-30 14:34:01 +01:00