Add device_address to configuration. (#28911)

This commit is contained in:
jan iversen 2023-09-19 09:13:43 +02:00 committed by GitHub
parent f890d2db1d
commit 2ef936c632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,6 +383,11 @@ scan_interval:
type: integer
default: 15
slave:
description: "Identical to `device_address`"
required: false
type: integer
default: 0
device_address:
description: "Id of the device. Used to address multiple devices on a rs485 bus or devices connected to a modbus repeater."
required: false
type: integer