Add raw
This commit is contained in:
parent
874e76d797
commit
0124a62db4
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ image_processing:
|
||||||
|
|
||||||
With the help of a [template sensor](/components/sensor.template/), the value can be shown as badge.
|
With the help of a [template sensor](/components/sensor.template/), the value can be shown as badge.
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
- platform: template
|
- platform: template
|
||||||
|
@ -102,4 +103,4 @@ sensor:
|
||||||
friendly_name: 'Ampere'
|
friendly_name: 'Ampere'
|
||||||
unit_of_measurement: 'A'
|
unit_of_measurement: 'A'
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue