mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix template
This commit is contained in:
parent
118def30d7
commit
c30aead662
@ -21,7 +21,7 @@ sensor:
|
||||
platform: dweet
|
||||
name: Dweet.io Temperature
|
||||
device: THING_NAME
|
||||
value_template: '{{ value_json.VARIABLE }}'
|
||||
value_template: '{% raw %}{{ value_json.VARIABLE }}{% endraw %}'
|
||||
unit_of_measurement: "°C"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user