This commit is contained in:
Fabian Affolter 2018-01-19 23:03:56 +01:00
parent 874e76d797
commit 0124a62db4
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -93,6 +93,7 @@ image_processing:
With the help of a [template sensor](/components/sensor.template/), the value can be shown as badge.
{% raw %}
```yaml
sensor:
- platform: template
@ -102,4 +103,4 @@ sensor:
friendly_name: 'Ampere'
unit_of_measurement: 'A'
```
{% endraw %}