Update parameter name in Modbus climate (#12083)

This PR updates the documentation to reflect the actual
code for Modbus climate.

An optional parameter, count, is actually named data_count. After discussion whether we should fix it in the HA Core or in the docs, it was decided to fix it in the docs for the sake of not breaking the code for existing users.
This commit is contained in:
Vladimír Záhradník 2020-02-14 19:17:41 +01:00 committed by GitHub
parent e7c9b226d3
commit de4d120cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ data_type:
required: false
type: string
default: float
count:
data_count:
description: Number of registers to read.
required: false
type: integer