* Update binary_sensor.flic.markdown

* Update binary_sensor.flic.markdown

* Update binary_sensor.flic.markdown

* Fix typo
This commit is contained in:
vrs01 2017-07-27 20:20:16 +02:00 committed by Fabian Affolter
parent 4b99011876
commit 200f1970ff
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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 and `flic_click` event.
- **ignored_click_types**: List of click types whose occurrence should not trigger a `flic_click` event. For example `single`, `double`.
- **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 %}
@ -38,7 +38,7 @@ Configuration variables:
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.
#### {% linkable_title Timeout %}
+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.
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.
#### {% linkable_title Events %}