Corrected an example (#10005)

This example is trying to draw a distinction but has two identical lines.  I suspect this came from a search and replace to switch to the newer states('') notation.
This commit is contained in:
gjbadros 2019-07-29 11:10:24 -07:00 committed by Franck Nijhof
parent 44213344d4
commit 5b67050231

View File

@ -74,7 +74,7 @@ The next two statements result in the same value if the state exists. The second
{% raw %}
```text
{{ states('device_tracker.paulus') }}
{{ states('device_tracker.paulus') }}
{{ states.device_tracker.paulus }}
```
{% endraw %}