Update doc due to core PR. (#29752)

This commit is contained in:
jan iversen 2023-11-08 11:08:50 +01:00 committed by GitHub
parent f6f30f0d5a
commit eda4de98ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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