From eda4de98ef902e54ca76a0bafd69fd936396fd30 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 8 Nov 2023 11:08:50 +0100 Subject: [PATCH] Update doc due to core PR. (#29752) --- source/_integrations/modbus.markdown | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index ec767820b82..2ef3c5d98ec 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -570,8 +570,6 @@ climates: description: "64 bit signed float (4 register holds 1 value)." int: description: "**DEPRECATED** is silently converted to `int16`" - int8: - description: "8 bit signed integer (1 register holds 1 value in lower byte)." int16: description: "16 bit signed integer (1 register holds 1 value)." int32: @@ -582,8 +580,6 @@ climates: description: "set of 8 bit characters, `count:` must be configured." uint: description: "**DEPRECATED** is silently converted to `uint16`" - uint8: - description: "8 bit unsigned integer (1 register holds 1 value in lower byte)." uint16: description: "16 bit unsigned integer (1 register holds 1 value)." uint32: @@ -699,9 +695,9 @@ climates: byte: description: "Swap bytes AB -> BA." word: - description: "Swap word ABCD -> CDAB, **not valid with data types: `int8`, `uint8`, `int16`, `uint16`**" + description: "Swap word ABCD -> CDAB, **not valid with data types: `int16`, `uint16`**" word_byte: - description: "Swap word ABCD -> DCBA, **not valid with data types: `int8`, `uint8`, `int16`, `uint16`**" + description: "Swap word ABCD -> DCBA, **not valid with data types: `int16`, `uint16`**" target_temp_register: description: "Register address for target temperature (Setpoint)." required: true @@ -1203,8 +1199,6 @@ sensors: description: "64 bit signed float (4 register holds 1 value)." int: description: "**DEPRECATED** is silently converted to `int16`" - int8: - description: "8 bit signed integer (1 register holds 1 value in lower byte)." int16: description: "16 bit signed integer (1 register holds 1 value)." int32: @@ -1215,8 +1209,6 @@ sensors: description: "set of 8 bit characters, `count:` must be configured." uint: description: "**DEPRECATED** is silently converted to `uint16`" - uint8: - description: "8 bit unsigned integer (1 register holds 1 value in lower byte)." uint16: description: "16 bit unsigned integer (1 register holds 1 value)." uint32: @@ -1307,9 +1299,9 @@ sensors: byte: description: "Swap bytes AB -> BA." word: - description: "Swap word ABCD -> CDAB, **not valid with data types: `int8`, `uint8`, `int16`, `uint16`**" + description: "Swap word ABCD -> CDAB, **not valid with data types: `int16`, `uint16`**" word_byte: - description: "Swap word ABCD -> DCBA, **not valid with data types: `int8`, `uint8`, `int16`, `uint16`**" + description: "Swap word ABCD -> DCBA, **not valid with data types: `int16`, `uint16`**" unit_of_measurement: description: "Unit to attach to value." required: false