From dc78d12722d6f3993d69072c25319a8f3fbf8c1f Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 16 Jun 2021 12:15:42 +0200 Subject: [PATCH] change data_count -> count and add swap to climate (#18136) * Update climate. * Tweak Co-authored-by: Franck Nijhof --- source/_integrations/modbus.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 6393bad58b7..524cf91d65e 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -281,7 +281,7 @@ modbus: - name: "Watlow F4T" address: 27586 input_type: holding - data_count: 1 + count: 1 data_type: custom max_temp: 35 min_temp: 15 @@ -305,7 +305,7 @@ climates: description: Register address for current temperature (process value). required: true type: integer - data_count: + count: description: Number of registers to read. required: false type: integer @@ -350,6 +350,11 @@ climates: required: false type: string default: ">f" + swap: + description: "Swap the order of bytes/words, options are `none`, `byte`, `word`, `word_byte`." + required: false + default: none + type: string target_temp_register: description: Register address for target temperature (Setpoint). required: true