From 0239079b2bc8315c92c2c74fe0a6432423de0987 Mon Sep 17 00:00:00 2001 From: monte-monte <6649967+monte-monte@users.noreply.github.com> Date: Tue, 16 Jul 2019 10:04:42 +0300 Subject: [PATCH] Update hvac_mode attributes (#9869) Added missing attributes according to commit https://github.com/home-assistant/home-assistant/pull/25069/commits/abe62039882bed6ac8ae9b5087733cad90cc0228 I think we must add explanation for `hvac_mode` and `preset_mode` attributes, because it is unclear what these paragraphs mean and what those attributes stands for in the first place. If I am correct first are used for `controller_mode_address` and second for `operation_mode_address`. Maybe it needs to be mentioned? --- source/_components/climate.knx.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/climate.knx.markdown b/source/_components/climate.knx.markdown index ca53734f988..13e8c7640e0 100644 --- a/source/_components/climate.knx.markdown +++ b/source/_components/climate.knx.markdown @@ -72,9 +72,11 @@ climate: The following values are valid for the `hvac_mode` attribute: - Off (maps internally to HVAC_MODE_OFF within Home Assistant) +- Auto (maps internally to HVAC_MODE_AUTO within Home Assistant) - Heat (maps internally to HVAC_MDOE_HEAT within Home Assistant) +- Cool (maps internally to HVAC_MDOE_COOL within Home Assistant) - Fan only (maps internally to HVAC_MODE_FAN_ONLY within Home Assistant) -- Dehumidification (maps internally to HVAC_MODE_DRY within Home Assistant) +- Dry (maps internally to HVAC_MODE_DRY within Home Assistant) The following presets are valid for the `preset_mode` attribute: