Instructions on how to add input booleans via UI (#13267)

This commit is contained in:
Sean Mooney 2020-05-03 16:09:44 -04:00 committed by GitHub
parent 205af342f7
commit 3806eac05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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