From 909bf1b47ce235b9fd2a2db663640a74971df5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Mon, 5 Jul 2021 10:20:39 +0300 Subject: [PATCH] Fix two HVAC mode typos (#18389) --- source/_integrations/knx.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 3e38c14bd3e..a10b777a1b3 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -569,8 +569,8 @@ The following values are valid for the Home Assistant [Climate](/integrations/cl - `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) +- `Heat` (maps internally to `HVAC_MODE_HEAT` within Home Assistant) +- `Cool` (maps internally to `HVAC_MODE_COOL` within Home Assistant) - `Fan only` (maps internally to `HVAC_MODE_FAN_ONLY` within Home Assistant) - `Dry` (maps internally to `HVAC_MODE_DRY` within Home Assistant)