mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Rename KNX Climate preset modes according to specification (#34305)
This commit is contained in:
parent
ae49e7f7bb
commit
bb555e205b
@ -787,29 +787,28 @@ knx:
|
|||||||
```
|
```
|
||||||
|
|
||||||
`operation_mode_frost_protection_address` / `operation_mode_night_address` / `operation_mode_comfort_address` / `operation_mode_standby_address` are not necessary if `operation_mode_address` is specified.
|
`operation_mode_frost_protection_address` / `operation_mode_night_address` / `operation_mode_comfort_address` / `operation_mode_standby_address` are not necessary if `operation_mode_address` is specified.
|
||||||
If the actor doesn't support explicit state group objects the `*_state_address` can be configured with the same group address as the writeable `*_address`. The read flag for the `*_state_address` group object has to be set in ETS to support initial reading e.g., when starting Home Assistant.
|
|
||||||
|
|
||||||
The following values are valid for the `heat_cool_address` and the `heat_cool_state_address`:
|
The following values are valid for the `heat_cool_address` and the `heat_cool_state_address`:
|
||||||
|
|
||||||
- `0` (cooling)
|
- `0` (cooling)
|
||||||
- `1` (heating)
|
- `1` (heating)
|
||||||
|
|
||||||
The following values are valid for the Home Assistant [Climate](/integrations/climate/) `hvac_mode` attribute. Supported values for your KNX thermostats can be specified via `controller_modes` configuration variable:
|
Supported HVAC modes for your KNX thermostats are found automatically. This can be overridden by using the `controller_modes` configuration variable. The following values are valid controller modes:
|
||||||
|
|
||||||
- `off` (maps internally to `HVAC_MODE_OFF` within Home Assistant)
|
- `off`
|
||||||
- `auto` (maps internally to `HVAC_MODE_AUTO` within Home Assistant)
|
- `auto`
|
||||||
- `heat` (maps internally to `HVAC_MODE_HEAT` within Home Assistant)
|
- `heat`
|
||||||
- `cool` (maps internally to `HVAC_MODE_COOL` within Home Assistant)
|
- `cool`
|
||||||
- `fan_only` (maps internally to `HVAC_MODE_FAN_ONLY` within Home Assistant)
|
- `fan_only`
|
||||||
- `dehumidification` (maps internally to `HVAC_MODE_DRY` within Home Assistant)
|
- `dehumidification`
|
||||||
|
|
||||||
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:
|
Supported preset modes for your KNX thermostats are found automatically. This can be overridden by using the `operation_modes` configuration variable. The following values are valid operation modes:
|
||||||
|
|
||||||
- `auto` (maps to `none` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute)
|
- `auto`
|
||||||
- `comfort` (maps to `comfort` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute)
|
- `comfort`
|
||||||
- `standby` (maps to `away` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute)
|
- `standby`
|
||||||
- `economy` (maps to `sleep` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute)
|
- `economy`
|
||||||
- `building_protection` (maps to `eco` of the Home Assistant [Climate](/integrations/climate/) `preset_mode` attribute)
|
- `building_protection`
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
name:
|
name:
|
||||||
@ -914,11 +913,11 @@ operation_mode_standby_address:
|
|||||||
required: false
|
required: false
|
||||||
type: [string, list]
|
type: [string, list]
|
||||||
operation_modes:
|
operation_modes:
|
||||||
description: Overrides the supported operation modes. Provide the supported `preset_mode` values for your device.
|
description: Overrides the supported operation modes. Provide the supported `preset_modes` value for your device.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
controller_modes:
|
controller_modes:
|
||||||
description: Overrides the supported controller modes. Provide the supported `hvac_mode` values for your device.
|
description: Overrides the supported controller modes. Provide the supported `hvac_modes` value for your device.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
default_controller_mode:
|
default_controller_mode:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user