From de4d120cacae0f64ebf136db5b0fd32b72dcc38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Z=C3=A1hradn=C3=ADk?= Date: Fri, 14 Feb 2020 19:17:41 +0100 Subject: [PATCH] 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. --- source/_integrations/climate.modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/climate.modbus.markdown b/source/_integrations/climate.modbus.markdown index 36f7a523ee0..a5cf70b4354 100644 --- a/source/_integrations/climate.modbus.markdown +++ b/source/_integrations/climate.modbus.markdown @@ -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