From 6726b959acdecbe40c28848d26c83183b1a54bf4 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 4 May 2020 04:36:45 -0400 Subject: [PATCH] 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 --- source/_integrations/input_select.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/input_select.markdown b/source/_integrations/input_select.markdown index 7bb89b97095..07a1516db7a 100644 --- a/source/_integrations/input_select.markdown +++ b/source/_integrations/input_select.markdown @@ -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. -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 # Example configuration.yaml entry