mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Climate: add state (#34779)
* Climate: add state * Remove unrelated list items * revert formatting changes
This commit is contained in:
parent
f716d8ed14
commit
f79ca2b116
@ -15,6 +15,18 @@ The **Climate** {% term integration %} allows you to control and monitor HVAC (h
|
|||||||
|
|
||||||
{% include integrations/building_block_integration.md %}
|
{% include integrations/building_block_integration.md %}
|
||||||
|
|
||||||
|
## The state of a HVAC entity
|
||||||
|
|
||||||
|
A HVAC entity can have the following states, depending on the specific climate device and its capabilities.
|
||||||
|
|
||||||
|
- **Off**: The device is turned off.
|
||||||
|
- **Heat**: The device is set to heat to a target temperature.
|
||||||
|
- **Cool**: The device is set to cool to a target temperature.
|
||||||
|
- **Heat/Cool**: The device is set to heat/cool to a target temperature range.
|
||||||
|
- **Auto**: The device is set to a schedule, learned behavior, AI.
|
||||||
|
- **Dry**: The device is set to dry/humidity mode.
|
||||||
|
- **Fan only**: The device only has the fan on. No heating or cooling is taking place.
|
||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
### Climate control actions
|
### Climate control actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user