mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update hvac_mode attributes (#9869)
Added missing attributes according to commit abe6203988
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?
This commit is contained in:
parent
f35859d7bb
commit
0239079b2b
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user