From 2ef936c632fe7e6a8222b9f08215147ceac9a1fb Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 19 Sep 2023 09:13:43 +0200 Subject: [PATCH] Add device_address to configuration. (#28911) --- source/_integrations/modbus.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index dfc450181f3..ad339f5e1e1 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -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