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

@ -24,7 +24,7 @@ sensor:
name: "MQTT Sensor"
qos: 0
unit_of_measurement: "°C"
value_template: '{% raw %}{{ template }}{% endraw %}'
value_template: '{% raw %}{{ value.x }}{% endraw %}'
```
Configuration variables: