mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
correct typo (#22501)
This commit is contained in:
parent
5752c9499b
commit
8dd6a4a680
@ -579,7 +579,7 @@ template:
|
|||||||
- sensor:
|
- sensor:
|
||||||
- name: test
|
- name: test
|
||||||
state: "{{ this.attributes.test }}"
|
state: "{{ this.attributes.test }}"
|
||||||
# not: "{{ state_attr('sensor.test', 'test' }}"
|
# not: "{{ state_attr('sensor.test', 'test') }}"
|
||||||
attributes:
|
attributes:
|
||||||
test: "{{ now() }}"
|
test: "{{ now() }}"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user