![]() 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) }} |
||
---|---|---|
.. | ||
events.markdown | ||
group_visibility.markdown | ||
packages.markdown | ||
platform_options.markdown | ||
secrets.markdown | ||
splitting_configuration.markdown | ||
state_object.markdown | ||
templating.markdown |