From ca9fd03b6645fb6299158edf8e6e7bf585f2ff6b Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 16 Apr 2016 09:31:28 -0700 Subject: [PATCH] Update input_select.markdown --- source/_components/input_select.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/input_select.markdown b/source/_components/input_select.markdown index b8e574b91f8..dd626c689d6 100644 --- a/source/_components/input_select.markdown +++ b/source/_components/input_select.markdown @@ -11,7 +11,7 @@ logo: home-assistant.png ha_category: Automation --- -The `input_select` component allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. +The `input_select` component 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 selectes a new item, a state transition event is generated. This state event can be used in an `automation` trigger. To enable this platform, add the following lines to your `configuration.yaml`: