From 269a59d6a4acbbb477d6d0d95bd8e76c3c3e8c39 Mon Sep 17 00:00:00 2001 From: mithomas Date: Mon, 23 Jun 2025 08:11:29 +0200 Subject: [PATCH] Add missing dash in binary_sensor example (#39667) --- 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 d7364e7d59c..e0bbf30f449 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -178,7 +178,7 @@ Each entity platform has its own set of configuration options, but there are som ```yaml # Example configuration.yaml entry template: - binary_sensor: + - binary_sensor: # Common configuration options - unique_id: my_unique_sensor_id availability: "{{ 'sensor.watts' | has_value }}"