Correct default value for hub in modbus. (#16985)

This commit is contained in:
jan iversen 2021-03-13 18:41:55 +01:00 committed by GitHub
parent 85c59ebf53
commit 7e22af8d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ inputs:
hub:
description: The name of the hub.
required: false
default: default
default: modbus_hub
type: string
slave:
description: The number of the slave (Optional for TCP and UDP Modbus).

View File

@ -54,7 +54,7 @@ port:
name:
description: Name for this hub. Must be unique, so it is required when setting up multiple instances.
required: false
default: default
default: modbus_hub
type: string
timeout:
description: Timeout for slave response in seconds.

View File

@ -55,7 +55,7 @@ registers:
hub:
description: The name of the hub.
required: false
default: default
default: modbus_hub
type: string
slave:
description: The number of the slave (Optional for tcp and upd Modbus).