mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
KNX climate preset mode - clarify correct values (#24337)
This commit is contained in:
parent
79ad6fc0ab
commit
043279d35e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user