diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 13d8141723f..b0e0f093490 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -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() }}" ```