mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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:
parent
6a26c66c49
commit
1d7d736a4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user