mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-10 04:58:59 +00:00
remove retry_on_empty. (#28899)
This commit is contained in:
parent
f281432d41
commit
4bbe0a21e8
@ -59,11 +59,6 @@ retries:
|
|||||||
required: false
|
required: false
|
||||||
default: 3
|
default: 3
|
||||||
type: integer
|
type: integer
|
||||||
retry_on_empty:
|
|
||||||
description: "Retry request, when receiving an empty message."
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
timeout:
|
timeout:
|
||||||
description: "Timeout while waiting for a response in seconds."
|
description: "Timeout while waiting for a response in seconds."
|
||||||
required: false
|
required: false
|
||||||
@ -126,7 +121,6 @@ modbus:
|
|||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
retry_on_empty: false
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -175,7 +169,6 @@ modbus:
|
|||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
retry_on_empty: false
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -220,7 +213,6 @@ modbus:
|
|||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
retry_on_empty: false
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -317,7 +309,6 @@ modbus:
|
|||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
retry_on_empty: false
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user