From 8dd6a4a680caeb4ffb9eacd01757cf9e45748837 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:58:44 +0200 Subject: [PATCH] correct typo (#22501) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }}" ```