mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Correct default value for hub in modbus. (#16985)
This commit is contained in:
parent
85c59ebf53
commit
7e22af8d23
@ -43,7 +43,7 @@ inputs:
|
|||||||
hub:
|
hub:
|
||||||
description: The name of the hub.
|
description: The name of the hub.
|
||||||
required: false
|
required: false
|
||||||
default: default
|
default: modbus_hub
|
||||||
type: string
|
type: string
|
||||||
slave:
|
slave:
|
||||||
description: The number of the slave (Optional for TCP and UDP Modbus).
|
description: The number of the slave (Optional for TCP and UDP Modbus).
|
||||||
|
@ -54,7 +54,7 @@ port:
|
|||||||
name:
|
name:
|
||||||
description: Name for this hub. Must be unique, so it is required when setting up multiple instances.
|
description: Name for this hub. Must be unique, so it is required when setting up multiple instances.
|
||||||
required: false
|
required: false
|
||||||
default: default
|
default: modbus_hub
|
||||||
type: string
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
description: Timeout for slave response in seconds.
|
description: Timeout for slave response in seconds.
|
||||||
|
@ -55,7 +55,7 @@ registers:
|
|||||||
hub:
|
hub:
|
||||||
description: The name of the hub.
|
description: The name of the hub.
|
||||||
required: false
|
required: false
|
||||||
default: default
|
default: modbus_hub
|
||||||
type: string
|
type: string
|
||||||
slave:
|
slave:
|
||||||
description: The number of the slave (Optional for tcp and upd Modbus).
|
description: The number of the slave (Optional for tcp and upd Modbus).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user