From ddebbb993194bfd82bbad2ff7c31c2efd7121e20 Mon Sep 17 00:00:00 2001 From: Damien Sorel Date: Sat, 5 Jul 2025 12:13:30 +0200 Subject: [PATCH] Template: fix typo (#39861) --- 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 2e2be5425f1..547516ef2ea 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -1055,7 +1055,7 @@ Light entities can only be created from YAML. ```yaml # Example state-based configuration.yaml entry -light: +template: - light: - name: "Theater Lights" level: "{{ state_attr('sensor.theater_brightness', 'lux')|int }}"