Fix #126 (Use real templates)

This commit is contained in:
Fabian Affolter 2015-12-18 13:05:57 +01:00
parent a8f0d48b82
commit 9c6e176e4c
11 changed files with 18 additions and 17 deletions

View file

@ -22,7 +22,7 @@ sensor:
command: SENSOR_COMMAND
name: Command sensor
unit_of_measurement: "°C"
value_template: '{% raw %}{{ template }}{% endraw %}'
value_template: '{% raw %}{{ value.x }}{% endraw %}'
```
Configuration variables: