mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Correct scan_interval, timeout (#18089)
This commit is contained in:
parent
ff538159c9
commit
92b0659699
@ -57,7 +57,7 @@ name:
|
|||||||
default: "modbus_hub"
|
default: "modbus_hub"
|
||||||
type: string
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
description: "Timeout while waiting for a response in seconds. Remark: a timeout of fewer than 5 seconds will be automatically adjusted to 5 seconds."
|
description: "Timeout while waiting for a response in seconds."
|
||||||
required: false
|
required: false
|
||||||
default: 5
|
default: 5
|
||||||
type: integer
|
type: integer
|
||||||
@ -209,7 +209,7 @@ name:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
scan_interval:
|
scan_interval:
|
||||||
description: Defines the update interval of the entity in seconds. If scan_interval is lower than `timeout` or 5 seconds it is automatically adjusted to `timeout` (default 5 seconds).
|
description: Defines the update interval of the entity in seconds.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 10
|
default: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user