Instructions on how to add input selects via UI (#13281)

* Instructions on how to add input selects via UI

These can be added via UI as of 0.107, we should recommend the easiest way of doing things first.

* Remove quotes

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Sean Mooney 2020-05-04 04:36:45 -04:00 committed by GitHub
parent a0dd7f5eda
commit 6726b959ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,9 @@ ha_domain: input_select
The `input_select` integration allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, a state transition event is generated. This state event can be used in an `automation` trigger. The `input_select` integration allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, a state transition event is generated. This state event can be used in an `automation` trigger.
To enable this platform in your installation, add the following lines to your `configuration.yaml`: The preferred way to configure an input select is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Dropdown** option.
Input selects can also be configured via `configuration.yaml`:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry