mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update modbus description of scan interval (breaking change) (#18544)
This commit is contained in:
parent
0f2e7a76d4
commit
399283c63d
@ -219,7 +219,7 @@ name:
|
||||
required: true
|
||||
type: string
|
||||
scan_interval:
|
||||
description: Defines the update interval of the entity in seconds.
|
||||
description: Defines the update interval of the entity in seconds, if scan_interval = 0 polling is stopped. Entities are unavailable until the first response is received, except for entities with scan_interval = 0, these entities are available from startup.
|
||||
required: false
|
||||
type: integer
|
||||
default: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user