From 9d432d5f115041528673fcae2a930948b553cb3e Mon Sep 17 00:00:00 2001 From: vMeph Date: Sat, 6 Oct 2018 12:48:41 +0100 Subject: [PATCH] change Captial letters True to lower case true (#6539) --- source/_components/climate.opentherm_gw.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.opentherm_gw.markdown b/source/_components/climate.opentherm_gw.markdown index 4b67af4667b..41444ff8ae2 100644 --- a/source/_components/climate.opentherm_gw.markdown +++ b/source/_components/climate.opentherm_gw.markdown @@ -41,7 +41,7 @@ precision: type: float default: "`0.5` for Celsius and `1.0` for Fahrenheit." floor_temperature: - description: Some thermostats round all temperatures down to the lower value according to their precision. Default behaviour for Home Assistant is to round temperatures to the nearest value. Set this to `True` to override Home Assistant and round to the lower value according to the configured `precision`. + description: Some thermostats round all temperatures down to the lower value according to their precision. Default behaviour for Home Assistant is to round temperatures to the nearest value. Set this to `true` to override Home Assistant and round to the lower value according to the configured `precision`. required: false type: boolean {% endconfiguration %} @@ -61,5 +61,5 @@ climate: device: socket://otgw.example.org:2345 name: Thermostat precision: 0.5 - floor_temperature: True + floor_temperature: true ```