From 182c75d35da12e26bcf718e62e053eb994d96182 Mon Sep 17 00:00:00 2001 From: vrs01 Date: Fri, 28 Jul 2017 21:06:34 +0200 Subject: [PATCH] Update binary_sensor.flic.markdown (#3077) --- source/_components/binary_sensor.flic.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.flic.markdown b/source/_components/binary_sensor.flic.markdown index 62145e15fc1..c6a5b19e92b 100644 --- a/source/_components/binary_sensor.flic.markdown +++ b/source/_components/binary_sensor.flic.markdown @@ -30,7 +30,7 @@ Configuration variables: - **host** (*Optional*): The IP or hostname of the flic service server. Defaults to `localhost`. - **port** (*Optional*): The port of the flic service. Defaults to `5551`. - **discovery** (*Optional*): If `true` then the component is configured to constantly scan for new buttons. Defaults to `true`. -- **ignored_click_types**: List of click types whose occurrence should not trigger a `flic_click` event. For example `single`, `double`. +- **ignored_click_types**: List of click types whose occurrence should not trigger a `flic_click` event. Click types are `single`, `double`, and `hold`. - **timeout** (*Optional*): Maximum time in seconds an event can be queued locally on a button before discarding the event. Defaults to 3. #### {% linkable_title Discovery %}