mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Update description of modbus count (it can now be calculated). (#18534)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
b6798639ad
commit
b0880426ef
@ -368,7 +368,7 @@ climates:
|
|||||||
description: Number of registers to read.
|
description: Number of registers to read.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 2
|
default: 1 or calculated if data_type is not `struct`.
|
||||||
input_type:
|
input_type:
|
||||||
description: Modbus register type (`holding`, `input`) for current temperature.
|
description: Modbus register type (`holding`, `input`) for current temperature.
|
||||||
required: false
|
required: false
|
||||||
@ -814,7 +814,7 @@ sensors:
|
|||||||
description: Number of registers to read.
|
description: Number of registers to read.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 1
|
default: 1 or calculated if data_type is not `struct`.
|
||||||
device_class:
|
device_class:
|
||||||
description: The [type/class](/integrations/sensor/#device-class) of the sensor to set the icon in the frontend.
|
description: The [type/class](/integrations/sensor/#device-class) of the sensor to set the icon in the frontend.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user