mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Remove deprecated parameter "retries". (#30151)
This commit is contained in:
parent
bfd315026c
commit
a60692e506
@ -52,11 +52,6 @@ name:
|
|||||||
description: "Name of this hub. Must be unique."
|
description: "Name of this hub. Must be unique."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
retries:
|
|
||||||
description: "Number of times to retry a request."
|
|
||||||
required: false
|
|
||||||
default: 3
|
|
||||||
type: integer
|
|
||||||
timeout:
|
timeout:
|
||||||
description: "Timeout while waiting for a response in seconds."
|
description: "Timeout while waiting for a response in seconds."
|
||||||
required: false
|
required: false
|
||||||
@ -117,7 +112,6 @@ modbus:
|
|||||||
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -164,7 +158,6 @@ modbus:
|
|||||||
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -207,7 +200,6 @@ modbus:
|
|||||||
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -302,7 +294,6 @@ modbus:
|
|||||||
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
|
||||||
timeout: 5
|
timeout: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user