From 3806eac05cc1c2ba6608ed07a38c22cc4e58a3c8 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Sun, 3 May 2020 16:09:44 -0400 Subject: [PATCH] Instructions on how to add input booleans via UI (#13267) --- source/_integrations/input_boolean.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index e2568f4742d..01aa8c6a941 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -12,7 +12,9 @@ ha_domain: input_boolean The `input_boolean` integration allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations. -To enable input booleans in your installation, add the following lines to your `configuration.yaml`: +The preferred way to configure input booleans is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the "**Toggle**" option. + +Input booleans can also be configured via `configuration.yaml`: ```yaml # Example configuration.yaml entry