mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
type: integer
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Full example
|
### Full example
|
||||||
@ -100,6 +105,7 @@ When re-flashing the Arduino MEGA, disconnect the ESP8266 to avoid programming d
|
|||||||
rflink:
|
rflink:
|
||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
port: 1234
|
port: 1234
|
||||||
|
tcp_keepalive_idle_timer: 600
|
||||||
```
|
```
|
||||||
|
|
||||||
### Adding devices Automatically
|
### Adding devices Automatically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user