correct typo (#22501)

This commit is contained in:
Marius 2022-04-25 18:58:44 +02:00 committed by GitHub
parent 5752c9499b
commit 8dd6a4a680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -579,7 +579,7 @@ template:
- sensor:
- name: test
state: "{{ this.attributes.test }}"
# not: "{{ state_attr('sensor.test', 'test' }}"
# not: "{{ state_attr('sensor.test', 'test') }}"
attributes:
test: "{{ now() }}"
```