From 71adf5373882c1bbb52da19844a90df355f6e651 Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:43:48 -0300 Subject: [PATCH 1/2] Add note to config via UI --- source/_integrations/generic_thermostat.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index a07859191b19..88ece42ba480 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -20,6 +20,10 @@ The `generic_thermostat` climate {% term integration %} is a thermostat implemen {% include integrations/config_flow.md %} +{% note %} +Configuration via UI is simplified, to use all features see the [YAML configuration section](#yaml-configuration). +{% endnote %} + ## YAML configuration Alternatively, this integration can be configured and set up manually via YAML From 200098ff5b52d9132a495f971db7020f3c08b17f Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:46:36 -0300 Subject: [PATCH 2/2] Update source/_integrations/generic_thermostat.markdown Co-authored-by: Franck Nijhof --- source/_integrations/generic_thermostat.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index 88ece42ba480..baa61e231856 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -21,7 +21,9 @@ The `generic_thermostat` climate {% term integration %} is a thermostat implemen {% include integrations/config_flow.md %} {% note %} -Configuration via UI is simplified, to use all features see the [YAML configuration section](#yaml-configuration). +Configuration using our user interface provides a more limited subset of options, making this integration more accessible while covering most use cases. + +If you need more specific features for your use case, the manual [YAML-configuration section](#yaml-configuration) of this integration might provide them. {% endnote %} ## YAML configuration