mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix two HVAC mode typos (#18389)
This commit is contained in:
parent
07300f6565
commit
909bf1b47c
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user