From 043279d35e47d8518878b299347836406bab1bbb Mon Sep 17 00:00:00 2001 From: dotsoltecti <64692731+dotsoltecti@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:58:32 +0200 Subject: [PATCH] KNX climate preset mode - clarify correct values (#24337) --- source/_integrations/knx.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 94d75a1bfbe..ba10dfebaf2 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -624,11 +624,11 @@ The following values are valid for the Home Assistant [Climate](/integrations/cl The following presets are valid for the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute. Supported values for your KNX thermostats can be specified via `operation_modes` configuration variable: -- `Auto` (maps internally to `PRESET_NONE` within Home Assistant) -- `Comfort` (maps internally to `PRESET_COMFORT` within Home Assistant) -- `Standby` (maps internally to `PRESET_AWAY` within Home Assistant) -- `Night` (maps internally to `PRESET_SLEEP` within Home Assistant) -- `Frost` Protection (maps internally to `PRESET_ECO` within Home Assistant) +- `Auto` (maps to `none` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute) +- `Comfort` (maps to `comfort` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute) +- `Standby` (maps to `away` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute) +- `Night` (maps to `sleep` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute) +- `Frost Protection` (maps to `eco` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute) {% configuration %} name: