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