mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
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:
parent
e7c9b226d3
commit
de4d120cac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user