mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +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 %}
|
||||
```text
|
||||
{{ states('device_tracker.paulus') }}
|
||||
{{ states('device_tracker.paulus') }}
|
||||
{{ states.device_tracker.paulus }}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user