mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
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:
parent
44213344d4
commit
5b67050231
@ -74,7 +74,7 @@ The next two statements result in the same value if the state exists. The second
|
|||||||
{% raw %}
|
{% raw %}
|
||||||
```text
|
```text
|
||||||
{{ states('device_tracker.paulus') }}
|
{{ states('device_tracker.paulus') }}
|
||||||
{{ states('device_tracker.paulus') }}
|
{{ states.device_tracker.paulus }}
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user