Fix two HVAC mode typos (#18389)

This commit is contained in:
Sebastian Lövdahl 2021-07-05 10:20:39 +03:00 committed by GitHub
parent 07300f6565
commit 909bf1b47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)