Skip to content

Commit

Permalink
Instructions on how to add input booleans via UI (home-assistant#13267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanPM5 authored May 3, 2020
1 parent 205af34 commit 3806eac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_integrations/input_boolean.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3806eac

Please sign in to comment.