Skip to content

Commit b00b24f

Browse files
vrs01fabaff
authored andcommitted
* Update binary_sensor.flic.markdown * Update binary_sensor.flic.markdown * Update binary_sensor.flic.markdown * Fix typo
1 parent ae3c3e2 commit b00b24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/binary_sensor.flic.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Configuration variables:
3030
- **host** (*Optional*): The IP or hostname of the flic service server. Defaults to `localhost`.
3131
- **port** (*Optional*): The port of the flic service. Defaults to `5551`.
3232
- **discovery** (*Optional*): If `true` then the component is configured to constantly scan for new buttons. Defaults to `true`.
33-
- **ignored_click_types**: List of click types whose occurrence should not trigger and `flic_click` event.
33+
- **ignored_click_types**: List of click types whose occurrence should not trigger a `flic_click` event. For example `single`, `double`.
3434
- **timeout** (*Optional*): Maximum time in seconds an event can be queued locally on a button before discarding the event. Defaults to 3.
3535

3636
#### {% linkable_title Discovery %}
3737

3838
If discovery is enabled, you can add a new button by pressing it for at least 7 seconds. The button will be paired with the flic service and added to Home Assistant. Otherwise, you have to manually pair it with the flic service. The Home Assistant platform will not scan for new buttons and will only connect to buttons already paired.
3939

4040
#### {% linkable_title Timeout %}
41-
+When the flic button is triggered while disconnected from flic service, it will queue all events and try to connect and transmit them as soon as possible. The timeout variable can be used to stop events from triggering if too much time passed between the action and the notification in Home Assistant.
41+
When the flic button is triggered while disconnected from flic service, it will queue all events and try to connect and transmit them as soon as possible. The timeout variable can be used to stop events from triggering if too much time passed between the action and the notification in Home Assistant.
4242

4343
#### {% linkable_title Events %}
4444

0 commit comments

Comments
 (0)