Document RFLink integration TCP KEEP ALIVE option (#16527)

Goes along with a code change in CORE
https://github.com/home-assistant/core/pull/46438
This commit is contained in:
Christophe Painchaud 2021-02-12 16:04:29 +01:00 committed by GitHub
parent 6a26c66c49
commit 1d7d736a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,11 @@ reconnect_interval:
required: false
default: 10
type: integer
tcp_keepalive_idle_timer:
description: Time in seconds to wait since last data packet was seen before a TCP KEEPALIVE is sent. Value of 0 will disable this feature.
required: false
default: 3600
type: integer
{% endconfiguration %}
### Full example
@ -100,6 +105,7 @@ When re-flashing the Arduino MEGA, disconnect the ESP8266 to avoid programming d
rflink:
host: 192.168.0.10
port: 1234
tcp_keepalive_idle_timer: 600
```
### Adding devices Automatically