Update description of modbus count (it can now be calculated). (#18534)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
jan iversen 2021-07-28 12:51:35 +02:00 committed by GitHub
parent b6798639ad
commit b0880426ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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