From 18d53ec9cb750024be1bbcf07d21679a7d076a02 Mon Sep 17 00:00:00 2001 From: mvn23 Date: Sun, 20 Oct 2019 16:03:48 +0200 Subject: [PATCH] Document opentherm_gw options flow (#10661) --- source/_integrations/opentherm_gw.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_integrations/opentherm_gw.markdown b/source/_integrations/opentherm_gw.markdown index 9be3e2cd154..bb38a6313a8 100644 --- a/source/_integrations/opentherm_gw.markdown +++ b/source/_integrations/opentherm_gw.markdown @@ -46,9 +46,23 @@ id: {% endconfiguration %}
-The precision and floor_temperature settings that were supported in configuration.yaml entries have been temporarily removed. The values will be lost upon import of the configuration.yaml entry into the Integrations panel. These features will be re-added soon. +The precision and floor_temperature settings that were supported in configuration.yaml entries have been lost upon import of the configuration.yaml entry into the Integrations panel. You can now configure them as per the following Options paragraph.
+# Options + +The OpenTherm Gateway can be further configured through the integration settings in the web interface +The following options are available: +{% configuration %} +Precision: + description: "The desired precision for this device. Can be used to match your actual thermostat's precision. Set to `0` to use the default value for your unit preference." + 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 behavior for Home Assistant is to round temperatures to the nearest value. Enable this setting to override this behavior and round to the lower value according to the configured precision." + type: boolean + default: Disabled +{% endconfiguration %} ## Services