From c55a40d5eaa7d4fb0393ed39feaf5e158cb7d9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Z=C3=A1hradn=C3=ADk?= Date: Fri, 14 Feb 2020 08:59:17 +0100 Subject: [PATCH] Update docs for Modbus climate (#12078) --- source/_integrations/climate.modbus.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_integrations/climate.modbus.markdown b/source/_integrations/climate.modbus.markdown index 5a9bb057368..36f7a523ee0 100644 --- a/source/_integrations/climate.modbus.markdown +++ b/source/_integrations/climate.modbus.markdown @@ -65,11 +65,12 @@ count: description: Number of registers to read. required: false type: integer + default: 2 precision: description: Number of valid decimals. required: false type: integer - default: 0 + default: 1 scale: description: Scale factor (output = scale * value + offset). required: false @@ -89,12 +90,12 @@ min_temp: description: Maximum setpoint temperature. required: false type: integer - default: 5 + default: 5 temp_step: description: The supported step size a target temperature can be increased/decreased. required: false type: float - default: 0.5 + default: 0.5 temperature_unit: description: Temperature unit reported by the current_temp_register. C or F required: false