mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +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.
|
||||
required: false
|
||||
type: integer
|
||||
default: 2
|
||||
default: 1 or calculated if data_type is not `struct`.
|
||||
input_type:
|
||||
description: Modbus register type (`holding`, `input`) for current temperature.
|
||||
required: false
|
||||
@ -814,7 +814,7 @@ sensors:
|
||||
description: Number of registers to read.
|
||||
required: false
|
||||
type: integer
|
||||
default: 1
|
||||
default: 1 or calculated if data_type is not `struct`.
|
||||
device_class:
|
||||
description: The [type/class](/integrations/sensor/#device-class) of the sensor to set the icon in the frontend.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user