From 7e2b267a01a43c368083823590f396e96b3d7921 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 13 Sep 2024 22:15:25 +0200 Subject: [PATCH] Add config flow to template alarm_control_panel (#34708) --- source/_integrations/alarm_control_panel.template.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index 7bd048f92ae..47bc9d9b3f6 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -10,6 +10,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: template +ha_config_flow: true ha_platforms: - alarm_control_panel ha_integration_type: helper @@ -30,7 +31,9 @@ This can simplify the GUI and make it easier to write automations. In optimistic mode, the alarm control panel will immediately change state after every command. Otherwise, the alarm control panel will wait for state confirmation from the template. Try to enable it, if experiencing incorrect operation. -## Configuration +{% include integrations/config_flow.md %} + +## YAML Configuration To enable a template alarm control panel in your installation, add the following to your {% term "`configuration.yaml`" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}