mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
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:
parent
a0dd7f5eda
commit
6726b959ac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user